aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'ports/oatpp-sqlite')
-rw-r--r--ports/oatpp-sqlite/portfile.cmake6
-rw-r--r--ports/oatpp-sqlite/vcpkg.json3
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": [