aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-curl
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-05-18 09:41:30 +0200
committerGitHub <noreply@github.com>2021-05-18 00:41:30 -0700
commitfe6e4b711f71159e2c358d0206edb5980842cda5 (patch)
tree9ee6e9b96fe724c2058bb06dd76762237f11a3a9 /ports/oatpp-curl
parent32565de58115a09f20e8a04230ca6b5ec2827674 (diff)
downloadvcpkg-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-curl')
-rw-r--r--ports/oatpp-curl/portfile.cmake6
-rw-r--r--ports/oatpp-curl/vcpkg.json3
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/oatpp-curl/portfile.cmake b/ports/oatpp-curl/portfile.cmake
index 25146a81d..9340560a5 100644
--- a/ports/oatpp-curl/portfile.cmake
+++ b/ports/oatpp-curl/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-curl
- REF b7c0507e286fbc55ccbbb4a2604f6c46d3a86525 # 1.2.0
- SHA512 274aaf34733ab70b148182332db493157ed8c87e093d09bf7dcbd9c89034dab9a97f05ba0887459a8a0ed80b2c2248c253b1ff8c933e196a6ecee11546a4488b
+ REF ${OATPP_VERSION}
+ SHA512 db2b4ab07dbf1140e44c131a1919c6ac29e9cea3df8dde8951028d6096ed5a66a248d3ddeeaabc32cac0fde38fd5905e706daaa7c9fbf6bcb49ccb9ba1cfb50e
HEAD_REF master
PATCHES "fix-find-curl.patch"
)
diff --git a/ports/oatpp-curl/vcpkg.json b/ports/oatpp-curl/vcpkg.json
index c7dc30359..c552f8bee 100644
--- a/ports/oatpp-curl/vcpkg.json
+++ b/ports/oatpp-curl/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "oatpp-curl",
- "version-string": "1.2.0",
- "port-version": 2,
+ "version": "1.2.5",
"description": "Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient.",
"homepage": "https://github.com/oatpp/oatpp-curl",
"dependencies": [