Skip to content

Commit

Permalink
[arg-router] Update to v1.3.0 (#30444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmannett85 committed Mar 27, 2023
1 parent 62eca25 commit 6f5aab9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/arg-router/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
REPO cmannett85/arg_router
REF v${VERSION}
HEAD_REF main
SHA512 7f19f9b4df8c2b8968cfc05a92eb3dab44fdc261835a75ccf6e0ec64c68059f05fd7125466e81fa8b04638ab79792b2151216214bb121c06c77c4441a6917315
SHA512 b14f4fadf93ee405d3a0da919c74a5c7e83e012a811246802b05114f466b1d15031c8b912d064d0ea29b3cb86c1bd8fe184e9c80e1700b230e1880f94f204971
)

set(VCPKG_BUILD_TYPE release) # header-only port
Expand Down
2 changes: 1 addition & 1 deletion ports/arg-router/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arg-router",
"version": "1.2.2",
"version": "1.3.0",
"description": "C++ command line argument parsing and routing.",
"homepage": "https://github.com/cmannett85/arg_router",
"documentation": "https://cmannett85.github.io/arg_router/",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arg-router.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0342b5a6a038dcb69eb623a70adf911d1e94d523",
"version": "1.3.0",
"port-version": 0
},
{
"git-tree": "9e1db4d06fe1aa7b5f0677d4e843331e7c7b2bca",
"version": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"port-version": 2
},
"arg-router": {
"baseline": "1.2.2",
"baseline": "1.3.0",
"port-version": 0
},
"argagg": {
Expand Down

0 comments on commit 6f5aab9

Please sign in to comment.