aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-mbedtls
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-mbedtls
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-mbedtls')
-rw-r--r--ports/oatpp-mbedtls/portfile.cmake6
-rw-r--r--ports/oatpp-mbedtls/vcpkg.json3
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/oatpp-mbedtls/portfile.cmake b/ports/oatpp-mbedtls/portfile.cmake
index 990b244ed..fd95c8c33 100644
--- a/ports/oatpp-mbedtls/portfile.cmake
+++ b/ports/oatpp-mbedtls/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-mbedtls
- REF b415a88d652cbb1f1cbbd9093345c961cbac4ec1 # 1.2.0
- SHA512 08864932b20bc9c569eed052137d0eacafb2acd975d0ebacaa7430ae23a6e9ef7c4afb45d88178531a1f0af1a1d488087e9bc26a866f9a656c695d55b0c85ad3
+ REF ${OATPP_VERSION}
+ SHA512 ffc7ef3614a4b3ef44c61af3db8c5b5a75ecc657b2f9f5ade4f9e78260427ca113be700065b6fcdc3e6f553648601fe4d8c68a54e10234949e004f40def0d343
HEAD_REF master
PATCHES find-mbedtls.patch
)
diff --git a/ports/oatpp-mbedtls/vcpkg.json b/ports/oatpp-mbedtls/vcpkg.json
index 9381a26e3..1c4b07d48 100644
--- a/ports/oatpp-mbedtls/vcpkg.json
+++ b/ports/oatpp-mbedtls/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "oatpp-mbedtls",
- "version-string": "1.2.0",
- "port-version": 1,
+ "version": "1.2.5",
"description": "Oat++ Mbed TLS submodule providing secure server and client connection providers.",
"homepage": "https://github.com/oatpp/oatpp-mbedtls",
"dependencies": [