diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-05-18 09:41:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:41:30 -0700 |
| commit | fe6e4b711f71159e2c358d0206edb5980842cda5 (patch) | |
| tree | 9ee6e9b96fe724c2058bb06dd76762237f11a3a9 /ports/oatpp-zlib | |
| parent | 32565de58115a09f20e8a04230ca6b5ec2827674 (diff) | |
| download | vcpkg-fe6e4b711f71159e2c358d0206edb5980842cda5.tar.gz vcpkg-fe6e4b711f71159e2c358d0206edb5980842cda5.zip | |
[oatpp] update to 1.2.5 (#17601)
* [oatpp] update to 1.2.5
* add version files
* update oatcpp libs to 1.2.5
* add version files
* use version instead of version string
* add version files
* update hashes
* add version files
* fix windows build
* add version files
* fix windows build
* add version files
Diffstat (limited to 'ports/oatpp-zlib')
| -rw-r--r-- | ports/oatpp-zlib/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/oatpp-zlib/vcpkg.json | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/oatpp-zlib/portfile.cmake b/ports/oatpp-zlib/portfile.cmake index d441a8522..84a4cf84a 100644 --- a/ports/oatpp-zlib/portfile.cmake +++ b/ports/oatpp-zlib/portfile.cmake @@ -1,12 +1,12 @@ -set(OATPP_VERSION "1.2.0") +set(OATPP_VERSION "1.2.5") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oatpp/oatpp-zlib - REF b3a0c1d140175d8ec43ebbe1da9ac46e2baa142c # 1.2.0 - SHA512 a6a012ad5294f994a5a65a57ccfd8b9af77515d0c203d04193a2202996b3a831f314c0847a3f5ebc1867835fbd0c438284142c070998ed26881fdc1110a3c5ad + REF ${OATPP_VERSION} + SHA512 da132edc8c6476bf8d6d1df7d05eac45ac05057153fb0042f0fae54c1a20b3866174cffce2813a0cde7dbf0d8674babf61c84b62cba8dd22c440fef5f81e322b HEAD_REF master ) diff --git a/ports/oatpp-zlib/vcpkg.json b/ports/oatpp-zlib/vcpkg.json index 394d90a74..4f624c3aa 100644 --- a/ports/oatpp-zlib/vcpkg.json +++ b/ports/oatpp-zlib/vcpkg.json @@ -1,7 +1,6 @@ { "name": "oatpp-zlib", - "version-string": "1.2.0", - "port-version": 1, + "version": "1.2.5", "description": "Oat++ functionality for automatically compressing/decompressing content with deflate and gzip.", "homepage": "https://github.com/oatpp/oatpp-zlib", "dependencies": [ |
