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-sqlite | |
| 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-sqlite')
| -rw-r--r-- | ports/oatpp-sqlite/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/oatpp-sqlite/vcpkg.json | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/oatpp-sqlite/portfile.cmake b/ports/oatpp-sqlite/portfile.cmake index cc1c4c0b3..f446876ad 100644 --- a/ports/oatpp-sqlite/portfile.cmake +++ b/ports/oatpp-sqlite/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-sqlite - REF 5128a4a1dc1f6ff5d0618237d1dbb9e9d5447e2f # 1.2.0 - SHA512 d066701d4c857e895816db14c9700f321e171d2f990ee1c505c8b5243351d726db973d61ec7ebbe1b3f19e678627c41975aeac24fd2891d41900dfb25d427903 + REF ${OATPP_VERSION} + SHA512 b92d8c8b2afbbca38ecef7030648dcd7e15d7b2dd221bc32ea9778533ffcc9923b628308aa86bc53451b1ea4bb15dae8727bc6e0d8345fa611ef32469d850064 HEAD_REF master ) diff --git a/ports/oatpp-sqlite/vcpkg.json b/ports/oatpp-sqlite/vcpkg.json index 6a81099eb..85fa46493 100644 --- a/ports/oatpp-sqlite/vcpkg.json +++ b/ports/oatpp-sqlite/vcpkg.json @@ -1,7 +1,6 @@ { "name": "oatpp-sqlite", - "version-string": "1.2.0", - "port-version": 1, + "version": "1.2.5", "description": "Oat++ SQLite adapter for Oat++ ORM.", "homepage": "https://github.com/oatpp/oatpp-sqlite", "dependencies": [ |
