aboutsummaryrefslogtreecommitdiff
path: root/ports/cli11
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cli11')
-rw-r--r--ports/cli11/CONTROL2
-rw-r--r--ports/cli11/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cli11/CONTROL b/ports/cli11/CONTROL
index 1e75d2a70..d15d64155 100644
--- a/ports/cli11/CONTROL
+++ b/ports/cli11/CONTROL
@@ -1,3 +1,3 @@
Source: cli11
-Version: 1.6.2
+Version: 1.7.1
Description: CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. <https://github.com/CLIUtils/CLI11>
diff --git a/ports/cli11/portfile.cmake b/ports/cli11/portfile.cmake
index 08fb83dc9..e00158d70 100644
--- a/ports/cli11/portfile.cmake
+++ b/ports/cli11/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CLIUtils/CLI11
- REF v1.6.2
- SHA512 0160323a7a87ecdf5cff081a4270a30977b87f0592041d8fde84ec655b28cdbc40813567f95df375a4f6f953b60a638deacfb3cc5dec562c4d348dcc532f0ab7
+ REF v1.7.1
+ SHA512 774ba3828c89ca8f0857a14d9823c11f116667f2fc305e6b2c73ccf3b194b50947821ec14073c618fc644bf6b597f6802cc2337d8a7425de4f42ba5b46e8370f
HEAD_REF master
)