mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:35:35 +08:00
[cli] Update the version to 2.0.2 (#26411)
* [cli] Update the version to 1.1.1 * [cli] Update the version to 1.2.1 * [cli] Update the version to 1.2.1: fix PR requests * [aricpp] create a new port (#17162) * [cli] run the command: ./vcpkg x-add-version --all * [aricpp] change request for #18048 * Update ports/aricpp/portfile.cmake * [aricpp] change request for #18048 * Update ports/aricpp/vcpkg.json * Update ports/aricpp/vcpkg.json * Update versions/a-/aricpp.json * Update versions/a-/aricpp.json * [aricpp] port-version -> 0 * [cli] v. 2.0 * [cli] Update ports/cli/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/cli/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [cli] bump port version * Update versions/c-/cli.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [cli] Update the version to 2.0.1 * [cli] Update the version to 2.0.1 * [cli] Update the version to 2.0.1 * update version * update version * use version not version-semver * overwrite version * add license * update version * [cli] update port-version * format * add version Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com>
This commit is contained in:
parent
c87d5dc427
commit
e049c9cd9f
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO daniele77/cli
|
||||
REF v2.0.1
|
||||
SHA512 cf91512bb960ead60b7a2a021e3851b998a2228f482a1a7921acb3e2ab4ff10e542c6c910997326b3e059cef7509223ec34077ce545d9af29d8903e8fecfd5ac
|
||||
REF v2.0.2
|
||||
SHA512 5a9b96ec59c6b51733c906b1e1815e4fb2cc645599b81a15a3cb0220fd9360bbc3f8e5fdab063c0050188c587e1448cac0629d96437181ddf86555165b79f812
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cli",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "A library for interactive command line interfaces in modern C++",
|
||||
"homepage": "https://github.com/daniele77/cli",
|
||||
"license": "BSL-1.0",
|
||||
|
@ -1433,7 +1433,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"cli": {
|
||||
"baseline": "2.0.1",
|
||||
"baseline": "2.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"cli11": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "72fd89f268dc5d3318561366f54ee6aed341669f",
|
||||
"version": "2.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "25a075116903bfd73e5a1e4f63638955c1a52732",
|
||||
"version": "2.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user