diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-05-07 21:14:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 12:14:23 -0700 |
| commit | 5890810241c4c7f95ecac433245a01ed1cf014e8 (patch) | |
| tree | 4e308ece66deb7a6efaa89bf132db631d2bdd00d /ports/ignition-cmake2 | |
| parent | 2459c7c4bac1c8636b611551d7b81b0496816d4b (diff) | |
| download | vcpkg-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-cmake2')
| -rw-r--r-- | ports/ignition-cmake2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ignition-cmake2/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ignition-cmake2/CONTROL b/ports/ignition-cmake2/CONTROL index 455beb85f..6c1cd3eb6 100644 --- a/ports/ignition-cmake2/CONTROL +++ b/ports/ignition-cmake2/CONTROL @@ -1,5 +1,5 @@ Source: ignition-cmake2
-Version: 2.1.1
+Version: 2.1.1-1
Homepage: https://ignitionrobotics.org/libs/cmake
Description: CMake helper functions for building robotic applications
Build-Depends: ignition-modularscripts
diff --git a/ports/ignition-cmake2/portfile.cmake b/ports/ignition-cmake2/portfile.cmake index 5bc63eec1..e0282e279 100644 --- a/ports/ignition-cmake2/portfile.cmake +++ b/ports/ignition-cmake2/portfile.cmake @@ -4,7 +4,7 @@ set(PACKAGE_VERSION "2.1.1") ignition_modular_library(NAME cmake
VERSION ${PACKAGE_VERSION}
- SHA512 4d22a45ccc9582c7e4b370b884511782d1629fa3e257dd92300388b5050d22fa63dd4a6ef8942abb9ebbc300df4cd526d1d8a7088a92b0073e152c16c7b97e2b)
+ SHA512 4dce0ef477b737a217179478262ef9c9eafffbd6933023b43a3506ea76502955ab5ae8a94d779c13ad4ca15849cdfbe9f9d696af2ccc102522239040b9540fd9)
# Permit empty include folder
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
