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-common1 | |
| 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-common1')
| -rw-r--r-- | ports/ignition-common1/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ignition-common1/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ignition-common1/CONTROL b/ports/ignition-common1/CONTROL index 4f4e0d569..810904d3e 100644 --- a/ports/ignition-common1/CONTROL +++ b/ports/ignition-common1/CONTROL @@ -1,4 +1,4 @@ Source: ignition-common1 -Version: 1.1.1 +Version: 1.1.1-1 Build-Depends: dlfcn-win32 (windows|uwp), ffmpeg (!windows&!uwp), freeimage (!windows&!uwp), gts (!windows&!uwp), ignition-cmake0, ignition-math4, tinyxml2 (!windows&!uwp) Description: Common libraries for robotics applications diff --git a/ports/ignition-common1/portfile.cmake b/ports/ignition-common1/portfile.cmake index da65aa09a..28f40c4aa 100644 --- a/ports/ignition-common1/portfile.cmake +++ b/ports/ignition-common1/portfile.cmake @@ -5,4 +5,4 @@ include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_l ignition_modular_library(NAME common VERSION "1.1.1" REF ignition-common_1.1.1 - SHA512 8453e1cf2337898b81b313aeffd1a7b683fd03184edfae74c81aa861b28036f6b9094fcab36f7a0f68b4204956d7116bd03073c7bdf2e769e47dffcdaad454d6) + SHA512 e96e82dc401281cd31843f4b0ae2c1d23589170869621ea62eb6d6b31b11bd622c14da7046b1993c8fc67a1d39bae9a96b9f8efc8923e305823f963d864975f7) |
