[clara] Update library to 1.1.5 (#7775)

This commit is contained in:
Ehsan 2019-08-20 20:03:15 +04:30 committed by Curtis J Bezault
parent c6a9288ddd
commit 5b6222a273
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: clara
Version: 2019-03-29
Version: 1.1.5
Homepage: https://github.com/philsquared/Clara
Description: A simple to use command line parser for C++

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO philsquared/Clara
REF e3061072fd5a3739fbd11e56ecb7fef5fbd33e04
SHA512 5ad4b4842153e11b3e82579858c159a85c9ef76e8278ef97befecaedcd79508e89a3fcb5f5b5c3f0ac48064d5627e08cdd2a1db046a95f5b2d55d7b8a4437a92
REF v1.1.5
SHA512 10aed7452eaf95c785899086118181615d29496d9f6e5b7054005b565afb642fcdf18b87ebb2dae4e9e365c434be9463c1a5d1a4c4ab17b95a87b89a7f7e3b08
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)