aboutsummaryrefslogtreecommitdiff
path: root/ports/botan
diff options
context:
space:
mode:
Diffstat (limited to 'ports/botan')
-rw-r--r--ports/botan/portfile.cmake3
-rw-r--r--ports/botan/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/botan/portfile.cmake b/ports/botan/portfile.cmake
index cee4a0e27..6d04e1e93 100644
--- a/ports/botan/portfile.cmake
+++ b/ports/botan/portfile.cmake
@@ -51,7 +51,8 @@ else()
endif()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
- amalgamation BOTAN_AMALGAMATION
+ FEATURES
+ amalgamation BOTAN_AMALGAMATION
)
function(BOTAN_BUILD BOTAN_BUILD_TYPE)
diff --git a/ports/botan/vcpkg.json b/ports/botan/vcpkg.json
index 48b62c95c..0dbf7567d 100644
--- a/ports/botan/vcpkg.json
+++ b/ports/botan/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "botan",
"version": "2.16.0",
- "port-version": 1,
+ "port-version": 2,
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"supports": "!(windows & arm)",