mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:54:46 +08:00
[cli11] Update branch name for HEAD_REF (#20995)
* [cli11] Update HEAD_REF as main * Update version files
This commit is contained in:
parent
96955ddc71
commit
8a4e2e3079
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
REPO CLIUtils/CLI11
|
||||
REF v2.1.2
|
||||
SHA512 3b21d015e046666d2e3df2b7cf1a6247c2daa26bf583e714dc1f0a94518785bf90993cd8530f88078b4daac02530dc517db0d5ad452d2a91521b3007f270ea55
|
||||
HEAD_REF master
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "cli11",
|
||||
"version": "2.1.2",
|
||||
"port-version": 1,
|
||||
"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",
|
||||
"dependencies": [
|
||||
|
@ -1386,7 +1386,7 @@
|
||||
},
|
||||
"cli11": {
|
||||
"baseline": "2.1.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"clickhouse-cpp": {
|
||||
"baseline": "1.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a2fa0d3108042d872a50565d15c79d5611bdf0b6",
|
||||
"version": "2.1.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9e17d430383dcb0eb48b08e57cb33503fc181c3b",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user