[argparse] Upgrade to v2.1 (#9291)

This commit is contained in:
Robert Schumacher 2019-12-23 12:34:22 -08:00 committed by GitHub
parent f3c11016ef
commit 1fa5544eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: argparse
Version: 2.0.1
Version: 2.1
Description: Argument parser for modern C++
Homepage: https://github.com/p-ranav/argparse

View File

@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/argparse
REF v2.0.1
SHA512 cc12d4a33e89e6dffec812370bc78e7d7b98b731e8eccb5d8525e6ac88be0dfde99b72740c77c699fef463187b172e9ed7c8d5449db87b40cea0953150d9d1a4
REF 473d550ea313ea315a820b3b1b426254ad17061a # v2.1
SHA512 59408a95e2ddb8d2e0f35229d58545569489f03b1a156fa9b9e92bbf7d669656045c3cffd8f2d939e1d749999cbc9ade7946eb2da1552b5edf2e069e893bdbaf
HEAD_REF master
)