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

[argparse] bump version to 2.9 #30206

Merged
merged 2 commits into from
Mar 20, 2023
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/argparse/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/argparse
REF 4f10f378c526c8570288daa92e269a26c6ea07ad # v2.8
SHA512 29dd57431cea73d88d6dfca58c76c2f14bfa9c661ed2b5dbfa517f8ed2504371ec68939a35dd01e26a50a45d8688169993e971dd98eca5e889ebb5bb6363592a
REF 997da9255618311d1fcb0135ce86022729d1f1cb # v2.9
SHA512 241e6a1ec76133b7ad4ab3984b1b4e08129f3dac80fc26a0010c9450ab83131ec9e2472844eba30265f2a6f1e94c7b7c07175f11a22553bd61a099b1bb148ef7
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": "2.8",
"version": "2.9",
"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": "007156cde2fbc16b990f1a8cd0a29664873a923c",
"version": "2.9",
"port-version": 0
},
{
"git-tree": "e3bf81ce931b3f8abadb45bd70389073d703af8a",
"version": "2.8",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"port-version": 0
},
"argparse": {
"baseline": "2.8",
"baseline": "2.9",
"port-version": 0
},
"args": {
Expand Down