diff options
| author | Daniel Marshall <xandan@gmail.com> | 2019-05-24 17:40:56 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-24 09:40:56 -0700 |
| commit | 00797fcabcf02a2c77f67eeb22363e859917664a (patch) | |
| tree | da234664513287816025b35b9fa43d3c8e052018 | |
| parent | 65c02123a4b8b99dad2a20013c2b4f29ffb58dbf (diff) | |
| download | vcpkg-00797fcabcf02a2c77f67eeb22363e859917664a.tar.gz vcpkg-00797fcabcf02a2c77f67eeb22363e859917664a.zip | |
[CLI11] Update to 1.8 (#6597)
| -rw-r--r-- | ports/cli11/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cli11/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cli11/CONTROL b/ports/cli11/CONTROL index d15d64155..3fe872020 100644 --- a/ports/cli11/CONTROL +++ b/ports/cli11/CONTROL @@ -1,3 +1,3 @@ Source: cli11 -Version: 1.7.1 +Version: 1.8.0 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 e00158d70..b1096cbac 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.7.1 - SHA512 774ba3828c89ca8f0857a14d9823c11f116667f2fc305e6b2c73ccf3b194b50947821ec14073c618fc644bf6b597f6802cc2337d8a7425de4f42ba5b46e8370f + REF v1.8.0 + SHA512 80071573e3eee524df1ed8cd1fc23c0e197f3ba113db361cb3c2cb843109ddb1c35a65bcb989364bc53d872a80f180e4859f9598da443b870a6260f991705182 HEAD_REF master ) |
