Skip to content

Commit

Permalink
[state-observation] Update to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Sep 6, 2023
1 parent 028de23 commit 7d611a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ports/state-observation/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/jrl-umi3218/state-observation/releases/download/v1.5.1/state-observation-v1.5.1.tar.gz"
FILENAME "state-observation-v1.5.1.tar.gz"
SHA512 31c2af261222714ff264804d86a1272c7f4436100d402f8b19ae19256bead5cb8b2f0f5cd160c4c20a24e499c863accb53d54f3d73a1b36e7e358818420d1b5c
URLS "https://github.com/jrl-umi3218/state-observation/releases/download/v1.5.2/state-observation-v1.5.2.tar.gz"
FILENAME "state-observation-v1.5.2.tar.gz"
SHA512 c3351a838d1ffe1569238a769c2c3c0c43e27fd56bb50d114e0d03ec2f4da7b46e325fc7c9f6c191136dfba8a0d6ed78014e341fd166cf6f3a8832b11271e0c7
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF 1.5.1
REF 1.5.2
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/state-observation/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "state-observation",
"version-string": "1.5.1",
"version-string": "1.5.2",
"port-version": 0,
"homepage": "https://github.com/jrl-umi3218/state-observation",
"description": "Describes interfaces for state observers, and implements some observers",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"port-version": 0
},
"state-observation": {
"baseline": "1.5.1",
"baseline": "1.5.2",
"port-version": 0
},
"tasks": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/state-observation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "1.5.2",
"port-version": 0,
"git-tree": "24abc0b44eba7211284d06043de38534052af1d9"
},
{
"version": "1.5.1",
"port-version": 0,
Expand Down

0 comments on commit 7d611a4

Please sign in to comment.