[cli] Update to 2.0.1 (#24250)

This commit is contained in:
Daniele Pallastrelli 2022-04-26 00:40:38 +02:00 committed by GitHub
parent ce910bb87b
commit 45c885b07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO daniele77/cli
REF v2.0.0
SHA512 8a3e42d02f8bf757628fb876ccfa376771bbe66e7820d7fd5b34119fca262129f5122e67d939e0898b5964a162a8fd4538d5e6ffa96c4935a8c3979e5d5dbd9d
REF v2.0.1
SHA512 cf91512bb960ead60b7a2a021e3851b998a2228f482a1a7921acb3e2ab4ff10e542c6c910997326b3e059cef7509223ec34077ce545d9af29d8903e8fecfd5ac
HEAD_REF master
)
@ -17,5 +17,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cli)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_fixup_pkgconfig()

View File

@ -1,9 +1,9 @@
{
"name": "cli",
"version-semver": "2.0.0",
"port-version": 1,
"version": "2.0.1",
"description": "A library for interactive command line interfaces in modern C++",
"homepage": "https://github.com/daniele77/cli",
"license": "BSL-1.0",
"dependencies": [
"boost-asio",
{

View File

@ -1409,8 +1409,8 @@
"port-version": 4
},
"cli": {
"baseline": "2.0.0",
"port-version": 1
"baseline": "2.0.1",
"port-version": 0
},
"cli11": {
"baseline": "2.1.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "25a075116903bfd73e5a1e4f63638955c1a52732",
"version": "2.0.1",
"port-version": 0
},
{
"git-tree": "2c5da108b7e41bd3da82fe9b670a308d664b3a0e",
"version-semver": "2.0.0",