mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[cargs] update to 1.2.0 (#41015)
This commit is contained in:
parent
8a1ac754bf
commit
72aad18256
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO likle/cargs
|
||||
REF "v${VERSION}"
|
||||
SHA512 936fa94da31b07de27c0278688199705f9fdc55cf248c7a88405c373e5c77eed2a703d9398d3ea80a3a534db3d542898babb49db268d26c5945c4907540ccc1b
|
||||
SHA512 56877e330745369585b1b6ed274e8c898381439915048375a22a3fed077c1818b5d21356a33a77f516571d834a3fce7f78e509df63ce0f93b8276ac0a93df02a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cargs",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.",
|
||||
"homepage": "https://likle.github.io/cargs/",
|
||||
"dependencies": [
|
||||
|
@ -1505,7 +1505,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"cargs": {
|
||||
"baseline": "1.1.0",
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cartographer": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "565c2ef367c9972223c54bec0153eb3a288780ef",
|
||||
"version": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "88fea433a3287ccd49ae6a5bb168071418fa4469",
|
||||
"version": "1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user