aboutsummaryrefslogtreecommitdiff
path: root/ports/cli11
diff options
context:
space:
mode:
authorAlenas <alenas.kisonas@tesonet.com>2019-01-10 11:02:32 +0200
committerAlenas <alenas.kisonas@tesonet.com>2019-01-10 11:02:32 +0200
commit0928f1056be265c691b29e128f55975967fc4646 (patch)
tree1d1001ae2deebdc84dfbaac9e7b2c30c6c3974e6 /ports/cli11
parent4a1ff062563aa7de746b88fc6a8ba2030aa87c98 (diff)
parent7578a485b181ded330b87cc72726f01e38ff7ed6 (diff)
downloadvcpkg-0928f1056be265c691b29e128f55975967fc4646.tar.gz
vcpkg-0928f1056be265c691b29e128f55975967fc4646.zip
Merge remote-tracking branch 'upstream/master'
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 5174d7037..1e75d2a70 100644
--- a/ports/cli11/CONTROL
+++ b/ports/cli11/CONTROL
@@ -1,3 +1,3 @@
Source: cli11
-Version: 1.6.1
+Version: 1.6.2
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 bda9fa2b3..08fb83dc9 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.1
- SHA512 df12510bb78823908535a68af65fb8ea0b8b33b362e0b5f2cfa91223db7ebd9e71a55dfe31902c5d10e29c02a9bb59be58f8c69da7a9b4ab456ace64f200ac93
+ REF v1.6.2
+ SHA512 0160323a7a87ecdf5cff081a4270a30977b87f0592041d8fde84ec655b28cdbc40813567f95df375a4f6f953b60a638deacfb3cc5dec562c4d348dcc532f0ab7
HEAD_REF master
)