mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 17:13:02 +08:00
[cli11] Update to 2.2.0 (#24384)
* Update cli11 to 2.2.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
7891c9d910
commit
5bea9618ce
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CLIUtils/CLI11
|
||||
REF v2.1.2
|
||||
SHA512 3b21d015e046666d2e3df2b7cf1a6247c2daa26bf583e714dc1f0a94518785bf90993cd8530f88078b4daac02530dc517db0d5ad452d2a91521b3007f270ea55
|
||||
REF v2.2.0
|
||||
SHA512 ee8994c99dd8119e612be0339252b863d6db9d85a10c15a6e60e56c6f387bbefaf479679bc85aed2cb6539aeb82b3e7543673a5b97eb04b61793b6946582241d
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "cli11",
|
||||
"version": "2.1.2",
|
||||
"port-version": 1,
|
||||
"version": "2.2.0",
|
||||
"description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.",
|
||||
"homepage": "https://github.com/CLIUtils/CLI11",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1413,8 +1413,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cli11": {
|
||||
"baseline": "2.1.2",
|
||||
"port-version": 1
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"clickhouse-cpp": {
|
||||
"baseline": "1.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "25d9ba9e7e80ff980fef1b9bf369d51f5b1cfc59",
|
||||
"version": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a2fa0d3108042d872a50565d15c79d5611bdf0b6",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user