Skip to content

Commit

Permalink
[argparse] update to 3.2 (#43572)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Feb 1, 2025
1 parent f970129 commit da8af0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/argparse/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/argparse
REF "v${VERSION}"
SHA512 31e03b7de44e091614c1680e76988e0f7f5bdc6baf0262ed0583c6311d6d0611b7e30fa73b4522fd99d8ea81e74e5a74a91888135a1352d9ab08bf4a5467d32d
SHA512 83bebae6fd022c729bc589942a2aba7d601948a93eff3c170352885ab95a30fc7d0ff15a2f42fc935ee6c2db18f4a70ecd855a45af5f37383f77745271f01d78
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/argparse/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argparse",
"version": "3.1",
"version": "3.2",
"description": "Argument parser for modern C++",
"homepage": "https://github.com/p-ranav/argparse",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/argparse.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3a1874a366e68aadfaf5cd07a5bb07e883460aba",
"version": "3.2",
"port-version": 0
},
{
"git-tree": "d0e494fd0f114573521975bd1dbf1eddcb27e465",
"version": "3.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"port-version": 1
},
"argparse": {
"baseline": "3.1",
"baseline": "3.2",
"port-version": 0
},
"args": {
Expand Down

0 comments on commit da8af0c

Please sign in to comment.