Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tclap] Update TCLAP to 1.2.5 #24644

Merged
merged 4 commits into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/tclap/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
6 changes: 3 additions & 3 deletions ports/tclap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6885,8 +6885,8 @@
"port-version": 5
},
"tclap": {
"baseline": "1.2.2",
"port-version": 4
"baseline": "1.2.5",
"port-version": 0
},
"teemo": {
"baseline": "2.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tclap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f02ffdbe328a2df58a554ba83269ec09bd47a6ad",
"version": "1.2.5",
"port-version": 0
},
{
"git-tree": "787d1698947778edfecc2aa104ca7d09fb7d7415",
"version-string": "1.2.2",
Expand Down