aboutsummaryrefslogtreecommitdiff
path: root/ports/args
diff options
context:
space:
mode:
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 8d9d88a50..3751ac06a 100644
--- a/ports/args/CONTROL
+++ b/ports/args/CONTROL
@@ -1,4 +1,4 @@
Source: args
-Version: 2019-05-01
+Version: 2019-07-11
Homepage: https://github.com/Taywee/args
Description: A simple header-only C++ argument parser library.
diff --git a/ports/args/portfile.cmake b/ports/args/portfile.cmake
index a05612ba8..6bab0e186 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 623e52cb128cfc572ad4e79de8d5f8861d13d017
- SHA512 b951caed125fd937549db6702de8615eac0f380026ea4de5937721143b0929f5aa47ecc8068b7d9689822d303b25d6350f00a8e6346a53d51a0ea40872488533
+ REF 401663c1d57006566db6d8e5b37a21018fbd0bc3
+ SHA512 2e0506f41ee8527e7fb67c0b926ff892fafe79db90920624c84eb603e374eb74c5640e4d0d0d88554db7a57424095b0da96238b4182ac515ae96dc202df95013
HEAD_REF master
)