diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-05-08 23:37:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 14:37:26 -0700 |
| commit | 57e65ee144d3cf2e046eab7a4ac7be2150fd6f19 (patch) | |
| tree | 2742fbc66512a0f605d0f24f2b349eed466eae25 /ports/ignition-cmake2 | |
| parent | 547e1de72d50346bed82238ccba64e4c65a6256e (diff) | |
| download | vcpkg-57e65ee144d3cf2e046eab7a4ac7be2150fd6f19.tar.gz vcpkg-57e65ee144d3cf2e046eab7a4ac7be2150fd6f19.zip | |
[ignition-math6] Add new port 🤖 (#11232)
* [ignition-math6] Add new port
* [ignition-cmake2] Bump version to 2.2.0
Diffstat (limited to 'ports/ignition-cmake2')
| -rw-r--r-- | ports/ignition-cmake2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ignition-cmake2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ignition-cmake2/CONTROL b/ports/ignition-cmake2/CONTROL index 6c1cd3eb6..996dac9bd 100644 --- a/ports/ignition-cmake2/CONTROL +++ b/ports/ignition-cmake2/CONTROL @@ -1,5 +1,5 @@ Source: ignition-cmake2
-Version: 2.1.1-1
+Version: 2.2.0
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 e0282e279..39da65059 100644 --- a/ports/ignition-cmake2/portfile.cmake +++ b/ports/ignition-cmake2/portfile.cmake @@ -1,10 +1,10 @@ include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)
-set(PACKAGE_VERSION "2.1.1")
+set(PACKAGE_VERSION "2.2.0")
ignition_modular_library(NAME cmake
VERSION ${PACKAGE_VERSION}
- SHA512 4dce0ef477b737a217179478262ef9c9eafffbd6933023b43a3506ea76502955ab5ae8a94d779c13ad4ca15849cdfbe9f9d696af2ccc102522239040b9540fd9)
+ SHA512 079b6d0cc5e2de83cf01f5731dd4e2e55e18e46c7506b6267a19a230fbbaa7b89053be4b42ca21584cf7fdd64de1d6305c7bc16fa3e0c5751b098fd0e5b98149)
# Permit empty include folder
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
