mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 03:18:06 +08:00
[cli]update to 2.2.0 (#41836)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
6480b0fa85
commit
61cf4bf417
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO daniele77/cli
|
REPO daniele77/cli
|
||||||
REF v2.1.0
|
REF "v${VERSION}"
|
||||||
SHA512 dbc08c4f215a215ef77c9f61b01331e13709272b290c0e9859f72c4ed16e7dc108e368014c4cb82c0bbb1d2c6e07f416e93595ee6ff08af00225aa0a3630110b
|
SHA512 c6d7421ca9c2c483f2c8adc4b44ab65da9eb78132784c53ff77ca63734c39619e590ec61814b100dfca6520af803cd0616ce8a54d4b4aa2312bf324f7d6a0ffc
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cli",
|
"name": "cli",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "A library for interactive command line interfaces in modern C++",
|
"description": "A library for interactive command line interfaces in modern C++",
|
||||||
"homepage": "https://github.com/daniele77/cli",
|
"homepage": "https://github.com/daniele77/cli",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1709,7 +1709,7 @@
|
|||||||
"port-version": 7
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"cli": {
|
"cli": {
|
||||||
"baseline": "2.1.0",
|
"baseline": "2.2.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cli11": {
|
"cli11": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f2a43c762900466174dc4a79a4d30ebba7126107",
|
||||||
|
"version": "2.2.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "8333092a454e35d835756f955c12622342964b05",
|
"git-tree": "8333092a454e35d835756f955c12622342964b05",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user