[tclap] Update TCLAP to 1.2.5 (#24644)

* [tclap] Update to TCLAP 1.2.5

* [tclap] x-add-version to update TCLAP to 1.2.5

* [tclap] Specify MIT license in manifest.

* [tclap] x-add-version after license update.
This commit is contained in:
DevFdv 2022-05-12 01:46:02 +02:00 committed by GitHub
parent 32ee2c76b0
commit 9e26f9208b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO tclap
FILENAME "tclap-1.2.2.tar.gz"
SHA512 516ec17f82a61277922bc8c0ed66973300bf42a738847fbbd2912c6405c34f94a13e47dc964854a5b26a9a9f1f518cce682ca54e769d6016851656c647866107
FILENAME "tclap-1.2.5.tar.gz"
SHA512 3b5b3d76e8ff21133001f5f9589fa6ec143729909bf0b9cc9934377bce178360c161fb5c1f4c4d9e9c74b09cff3d65f1d5100e61d4a732283524a78b6f236b10
)
file(COPY "${SOURCE_PATH}/include/tclap" DESTINATION "${CURRENT_PACKAGES_DIR}/include" FILES_MATCHING PATTERN "*.h")

View File

@ -1,7 +1,7 @@
{
"name": "tclap",
"version-string": "1.2.2",
"port-version": 4,
"version": "1.2.5",
"description": "Templatized command-line argument parser for C++",
"homepage": "https://sourceforge.net/projects/tclap/"
"homepage": "https://sourceforge.net/projects/tclap/",
"license": "MIT"
}

View File

@ -6889,8 +6889,8 @@
"port-version": 5
},
"tclap": {
"baseline": "1.2.2",
"port-version": 4
"baseline": "1.2.5",
"port-version": 0
},
"teemo": {
"baseline": "2.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f02ffdbe328a2df58a554ba83269ec09bd47a6ad",
"version": "1.2.5",
"port-version": 0
},
{
"git-tree": "787d1698947778edfecc2aa104ca7d09fb7d7415",
"version-string": "1.2.2",