aboutsummaryrefslogtreecommitdiff
path: root/ports/args
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-15 22:30:11 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-15 22:30:11 -0700
commitc95512aaf6cb590a5fd809075d012e617ad33525 (patch)
tree87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/args
parent56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff)
downloadvcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz
vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
Diffstat (limited to 'ports/args')
-rw-r--r--ports/args/CONTROL2
-rw-r--r--ports/args/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/args/CONTROL b/ports/args/CONTROL
index 0fbd02824..a4f3e09f2 100644
--- a/ports/args/CONTROL
+++ b/ports/args/CONTROL
@@ -1,3 +1,3 @@
Source: args
-Version: 2019-01-18
+Version: 2019-03-29
Description: A simple header-only C++ argument parser library.
diff --git a/ports/args/portfile.cmake b/ports/args/portfile.cmake
index 76e3d5ce7..d5ed23763 100644
--- a/ports/args/portfile.cmake
+++ b/ports/args/portfile.cmake
@@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Taywee/args
- REF f68b7e186cd2a020cbddfe3194c1d8ddfeeb1013
- SHA512 affbda6f679257496de3d3f16db4d7e922ca39a0ef88f0c6b8a2803a7c89e7d12761fa8aa80e823e1c6b227936f1e3d5012b3ae82c0a64fb11179c74bb2e1d1c
+ REF 6cd243def4b335efa5a83acb4d29aee482970d2e
+ SHA512 112b98d37d0a3f5bd2993e0e7fb64545391a368e43a87d56e0129cc8f6edc9158d6bd105dc33e3263ff1c48a584ef2dc0fadcd1e8d810b06c716d703c5a1079f
HEAD_REF master
)