diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-01 19:27:44 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-08 00:17:59 -0800 |
| commit | 9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (patch) | |
| tree | 353008a6990f11aa5b850d7dc6a753710c2f3d4e /ports/clara | |
| parent | 848233b137fc93edd04c45a039d03de8b5abc1b4 (diff) | |
| download | vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.tar.gz vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.zip | |
Updates 2018.11.01
Diffstat (limited to 'ports/clara')
| -rw-r--r-- | ports/clara/CONTROL | 2 | ||||
| -rw-r--r-- | ports/clara/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/clara/CONTROL b/ports/clara/CONTROL index 4e7d58482..cce19cdf1 100644 --- a/ports/clara/CONTROL +++ b/ports/clara/CONTROL @@ -1,3 +1,3 @@ Source: clara -Version: 2018-10-25 +Version: 2018-11-01 Description: A simple to use command line parser for C++
\ No newline at end of file diff --git a/ports/clara/portfile.cmake b/ports/clara/portfile.cmake index 441be3b6b..142b30120 100644 --- a/ports/clara/portfile.cmake +++ b/ports/clara/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO philsquared/Clara - REF a19db09c015f96f80d282e445ed3091ff20b4248 - SHA512 e7a9574d92ff8cc4b91094d30572bc5b36c30f5dc52c418e76ba2227c526551572f51d4a2fa29e9afab21be82e330070dd8a2118d75bdd49ac1e510755b4cdf4 + REF a6dfbbd011a79a5f729950d6f4b72c08f9529283 + SHA512 ec3004807c35b54b2defbec7d794817cd90dad5e442fa30c7a4ef3f72d6fcfd789302388bae8752b98d7145071d43851326e476d053b15f800f9117e1a3a0d74 HEAD_REF master ) file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) |
