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-math4 | |
| 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-math4')
| -rw-r--r-- | ports/ignition-math4/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ignition-math4/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ignition-math4/CONTROL b/ports/ignition-math4/CONTROL index 44aa0c01a..f9e87feb3 100644 --- a/ports/ignition-math4/CONTROL +++ b/ports/ignition-math4/CONTROL @@ -1,5 +1,5 @@ Source: ignition-math4
-Version: 4.0.0
+Version: 4.0.0-1
Homepage: https://ignitionrobotics.org/libs/math
Build-Depends: ignition-cmake0
Description: Math API for robotic applications
diff --git a/ports/ignition-math4/portfile.cmake b/ports/ignition-math4/portfile.cmake index a6a00c849..69a50abdd 100644 --- a/ports/ignition-math4/portfile.cmake +++ b/ports/ignition-math4/portfile.cmake @@ -4,4 +4,4 @@ include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_l ignition_modular_library(NAME math
VERSION "4.0.0"
- SHA512 09023b559e7e544e628131189f3a7f57a9b73868f66f81e5ce1a353092940949973e1753f18ead8f655ad88c0e1d1bf51bbf63163760694aab7a97a4c0f6d519)
+ SHA512 5996af60666a1166fc19b2db9715f7214341becb8eb6071c09315e1f71e759c6de4da99b44312829fc7b2bdef7e0f3671e4d2a92e0d2dd5d5fd782a6c46b012a)
|
