diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-23 15:09:07 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-24 09:16:10 -0700 |
| commit | 608456b3252abd688f557e85de3a8697f51d228c (patch) | |
| tree | 29e09afa379e27e0ec78d824dfff9173189ef364 /ports/clara | |
| parent | 0778f2ef8ec87152cc75721cb1d25b7d7db63fe4 (diff) | |
| download | vcpkg-608456b3252abd688f557e85de3a8697f51d228c.tar.gz vcpkg-608456b3252abd688f557e85de3a8697f51d228c.zip | |
Upgrades
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 0825f74e0..878313563 100644 --- a/ports/clara/CONTROL +++ b/ports/clara/CONTROL @@ -1,3 +1,3 @@ Source: clara -Version: 2018-03-11 +Version: 2018-03-23 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 377eb932a..3c5108b19 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 008c2ae0a52aaa485d6cb830ad54bc6466733298 - SHA512 270c5d8cdc9c833d1a95f1a2737b3db0f537ab92569b5cc1007184b9f7e59f66bbf9ba95313332826814c0b670919b31e27fe797bb3083ac5e55bad6a6051d51 + REF 3ba13ad04a3eebc002320f187475ddcd267288a3 + SHA512 d2e73d2ac70f9ad6428f434b101d413453648708d545a1a71f2363b5847e710412b69fdb9ab100eb437f9419cc4c250ce7ca56cfa9132096be9aa471dcb677d0 HEAD_REF master ) file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) |
