[args] Update to 6.3.0 (#23891)

* update to 6.3.0

* remove pointless copy command

* add license field

* update versions
This commit is contained in:
Ryan 2022-04-01 14:33:20 -07:00 committed by GitHub
parent 89e00e66f7
commit 775d7a403b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Taywee/args
REF 6.2.7
SHA512 a6491b2680979feb2f09e7ffb4f3c939b75057b6b4b90136b6cb72eaf5a462d3079dfb5836744e53bf4946bd575d4449f87129d6e50045732d7fba11c2be57dd
REF 6.3.0
SHA512 7d554719781d5a096883e37cd5c1706782d06c2c4d7a9598142aec7f2e38d63438e82960b60a705baeb2aa5d31143c83fa6c0d1331a36b16f564a5ea56ad451d
HEAD_REF master
)
@ -22,5 +22,3 @@ vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_copy_pdbs()

View File

@ -1,8 +1,9 @@
{
"name": "args",
"version": "6.2.7",
"version": "6.3.0",
"description": "A simple header-only C++ argument parser library.",
"homepage": "https://github.com/Taywee/args",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6da2a8e30a8640e0cb9fe55decd3a634d8c42cb6",
"version": "6.3.0",
"port-version": 0
},
{
"git-tree": "8f102bf551068e71d94c7d1f21295bb9bf29dcdc",
"version": "6.2.7",

View File

@ -141,7 +141,7 @@
"port-version": 0
},
"args": {
"baseline": "6.2.7",
"baseline": "6.3.0",
"port-version": 0
},
"argtable2": {