aboutsummaryrefslogtreecommitdiff
path: root/ports/ignition-msgs1
diff options
context:
space:
mode:
authorSilvio Traversaro <silvio.traversaro@iit.it>2020-05-07 21:14:23 +0200
committerGitHub <noreply@github.com>2020-05-07 12:14:23 -0700
commit5890810241c4c7f95ecac433245a01ed1cf014e8 (patch)
tree4e308ece66deb7a6efaa89bf132db631d2bdd00d /ports/ignition-msgs1
parent2459c7c4bac1c8636b611551d7b81b0496816d4b (diff)
downloadvcpkg-5890810241c4c7f95ecac433245a01ed1cf014e8.tar.gz
vcpkg-5890810241c4c7f95ecac433245a01ed1cf014e8.zip
[ignition-modular-scripts] Migrate from bitbucket to github (#10858)
As announced in https://community.gazebosim.org/t/important-gazebo-and-ignition-are-going-to-github/533, the ignition project repositories have been migrated from BitBucket to GitHub. This commit updates the ignition_modular_library helpers to use GitHub instead of BitBucket, and also update the hashes of all the ignition ports as apparently the archive generated by GitHub for releases are slightly different from the one generated by BitBucket.
Diffstat (limited to 'ports/ignition-msgs1')
-rw-r--r--ports/ignition-msgs1/CONTROL2
-rw-r--r--ports/ignition-msgs1/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ignition-msgs1/CONTROL b/ports/ignition-msgs1/CONTROL
index 09ab2ff43..47665b038 100644
--- a/ports/ignition-msgs1/CONTROL
+++ b/ports/ignition-msgs1/CONTROL
@@ -1,4 +1,4 @@
Source: ignition-msgs1
-Version: 1.0.0
+Version: 1.0.0-1
Build-Depends: ignition-cmake0, ignition-math4, protobuf
Description: Middleware protobuf messages for robotics
diff --git a/ports/ignition-msgs1/portfile.cmake b/ports/ignition-msgs1/portfile.cmake
index a3173d2bc..d85be2606 100644
--- a/ports/ignition-msgs1/portfile.cmake
+++ b/ports/ignition-msgs1/portfile.cmake
@@ -26,7 +26,7 @@ ignition_modular_library(NAME msgs
VERSION "1.0.0"
# See https://bitbucket.org/ignitionrobotics/ign-msgs/issues/33/the-ignition-msgs1_100-tag-does-not-match
REF ignition-msgs_1.0.0
- SHA512 15261d9c82c05952b1b7dfc50346e73ab041bf6e2e5a63698e17bfa36b2d261aad2777f770f6dccd0d58eb9c90979fe89a7371dc2ec6050149bf63cafc4f6779
+ SHA512 3a270f0ac988b947091d4626be48fe8cfed5ddfde5a37b9d0f08fddcbf278099ab231fca11e2dd2296ca54e0350ea14e3f685dc238f0827f18f10ab7b75039de
# Fix linking order of protobuf libraries (backport of https://bitbucket.org/ignitionrobotics/ign-msgs/pull-requests/151)
PATCHES fix-protobuf-static-link-order.patch)