[argparse] bump version to 2.9 (#30206)

* [argparse] bump version to 2.9

* Fixes EOL.

---------

Co-authored-by: Correia, Marco <correiam@ryanair.com>
This commit is contained in:
Marco Correia 2023-03-20 06:16:49 +00:00 committed by GitHub
parent 55fa57572d
commit 447033e3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "007156cde2fbc16b990f1a8cd0a29664873a923c",
"version": "2.9",
"port-version": 0
},
{
"git-tree": "e3bf81ce931b3f8abadb45bd70389073d703af8a",
"version": "2.8",

View File

@ -181,7 +181,7 @@
"port-version": 0
},
"argparse": {
"baseline": "2.8",
"baseline": "2.9",
"port-version": 0
},
"args": {