Skip to content

Commit

Permalink
[argparse] bump version to 2.9 (#30206)
Browse files Browse the repository at this point in the history
* [argparse] bump version to 2.9

* Fixes EOL.

---------

Co-authored-by: Correia, Marco <[email protected]>
  • Loading branch information
marcovc and marcovc authored Mar 20, 2023
1 parent 55fa575 commit 447033e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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

0 comments on commit 447033e

Please sign in to comment.