aboutsummaryrefslogtreecommitdiff
path: root/ports/clara
diff options
context:
space:
mode:
authoreao197 <eao197@gmail.com>2018-11-12 16:19:10 +0300
committereao197 <eao197@gmail.com>2018-11-12 16:19:10 +0300
commit2d0ce681b068da0b05c3a4a99573dd00a9415eba (patch)
tree85f9572b8edaa611199d6e281af278e56d0094bf /ports/clara
parent8c13a782a044edc67f655b5dcb0227e737136e74 (diff)
parent8dc8d0e0c97550a95b764287adbad90b7df7d11d (diff)
downloadvcpkg-2d0ce681b068da0b05c3a4a99573dd00a9415eba.tar.gz
vcpkg-2d0ce681b068da0b05c3a4a99573dd00a9415eba.zip
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'ports/clara')
-rw-r--r--ports/clara/CONTROL2
-rw-r--r--ports/clara/portfile.cmake4
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)