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-swagger | |
| 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-swagger')
| -rw-r--r-- | ports/oatpp-swagger/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/oatpp-swagger/vcpkg.json | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/oatpp-swagger/portfile.cmake b/ports/oatpp-swagger/portfile.cmake index bc600b7e4..c94eda0b6 100644 --- a/ports/oatpp-swagger/portfile.cmake +++ b/ports/oatpp-swagger/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-swagger - REF d0495421914cc2f9ed0a4c625d215c3d140a339f # 1.2.0 - SHA512 d6e7e495c5a9c8cefc8703758cbbd69767373edccaf8040963e950a033525af0491c950f5fa85b7fea03b0a2901d295368a2d67f9d7069f1bad856c8c1652bd4 + REF ${OATPP_VERSION} + SHA512 ad9b92a2b8ef7c54533bde92d5a12eb4b62553ee0a5252a5dd15aba7dc7293202931acc0ad40fc6f3be566813221a309a0bfec8bdbefca2197767387fe68fa6c HEAD_REF master ) diff --git a/ports/oatpp-swagger/vcpkg.json b/ports/oatpp-swagger/vcpkg.json index d1764af44..da63d6133 100644 --- a/ports/oatpp-swagger/vcpkg.json +++ b/ports/oatpp-swagger/vcpkg.json @@ -1,7 +1,6 @@ { "name": "oatpp-swagger", - "version-string": "1.2.0", - "port-version": 1, + "version": "1.2.5", "description": "Oat++ OpenApi (Swagger) UI submodule.", "homepage": "https://github.com/oatpp/oatpp-swagger", "dependencies": [ |
