diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-29 17:46:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 08:46:03 -0700 |
| commit | d9f00e925a08047c4331ff162fc62d79402905aa (patch) | |
| tree | 3fa23c49997344485fd090e1c5f83d366d8fac7f | |
| parent | 8cbe67980631029e79fd5ffaba0cb8adff240503 (diff) | |
| download | vcpkg-d9f00e925a08047c4331ff162fc62d79402905aa.tar.gz vcpkg-d9f00e925a08047c4331ff162fc62d79402905aa.zip | |
[cli11] Update to 2.1.0 (#20304)
* Update cli11 to 2.1.0
* Update CI baseline
* Change version-semver to version for cli11
* Update git-tree version
Co-authored-by: chausner <chausner@users.noreply.github.com>
| -rw-r--r-- | ports/cli11/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/cli11/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cli11.json | 5 |
4 files changed, 11 insertions, 6 deletions
diff --git a/ports/cli11/portfile.cmake b/ports/cli11/portfile.cmake index 78776fdbe..43cb23df5 100644 --- a/ports/cli11/portfile.cmake +++ b/ports/cli11/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CLIUtils/CLI11 - REF 0d06d21b56eadef9dcb24907ee2866b2b6f0babe #version 2.0.0 - SHA512 1952ce0e9fd3bc6646f00abdd7f0f7bae541c383b691a985b0f70ca53fe80a9acbcf68c07c59e021c92aae7b1e062fd7ffe4c9f9b198b95525dde3a1ce83c2f5 + REF v2.1.0 + SHA512 22c75e6b55d5320656ca2f65bf7c1dc82546fa65458f66a3d6401d002e83f12a0ee93a572637f5daa8daed9e0ce11fbf4aabf864caadc851f75bced63814ba10 HEAD_REF master ) @@ -16,9 +16,9 @@ vcpkg_cmake_configure( vcpkg_cmake_install() -vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/CLI11) +vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/CLI11) vcpkg_fixup_pkgconfig() -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") # Handle copyright file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/cli11/vcpkg.json b/ports/cli11/vcpkg.json index 93f45475d..dc20fd1e1 100644 --- a/ports/cli11/vcpkg.json +++ b/ports/cli11/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cli11", - "version-semver": "2.0.0", + "version": "2.1.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", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 655a059db..9d6dfb5ad 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1373,7 +1373,7 @@ "port-version": 0 }, "cli11": { - "baseline": "2.0.0", + "baseline": "2.1.0", "port-version": 0 }, "clickhouse-cpp": { diff --git a/versions/c-/cli11.json b/versions/c-/cli11.json index 019131c10..2406a85a9 100644 --- a/versions/c-/cli11.json +++ b/versions/c-/cli11.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "07b6e6eba954d7f9300768c354e650ae32582c90", + "version": "2.1.0", + "port-version": 0 + }, + { "git-tree": "1430611e0538943498bb96f67ab5de443c76cad2", "version-semver": "2.0.0", "port-version": 0 |
