From 40c03b650f180eec58675c676bb892ccf6e7ba71 Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Wed, 7 Feb 2024 20:39:54 +0000 Subject: [PATCH] [cli11] Update to v2.4.0 (#36589) * Updated CLI11 version and hash to v2.4.0 * Ran vcpkg.exe x-add-version cli11 * Skip CLI11 build on UWP CLI11's Unicode support doesn't build on UWP. As UWP is deprecated, it most likely won't be supported in the future. * Removed cli11 from scripts/ci.baseline.txt Co-authored-by: Kai Pastor * Added supports: !uwp to ports/cli11/vcpkg.json cli11 Unicode support doesn't work on UWP Co-authored-by: Kai Pastor * Updated versions/cli11.json --------- Co-authored-by: Kai Pastor Co-authored-by: Patrik Huber --- ports/cli11/portfile.cmake | 4 ++-- ports/cli11/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/c-/cli11.json | 5 +++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ports/cli11/portfile.cmake b/ports/cli11/portfile.cmake index ee1cac0776..8b246bee6e 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 v2.3.2 - SHA512 f48b289d52034c47b90db58c035a123b464bed488cf31bcdbe10a692214a5c05e62b99d6fb7c4b065f42df862ecf3813f11dd533b3697939d761e99d2b89c2ec + REF v2.4.0 + SHA512 21c6e7861c5b5481079f78fd1585c77c7c73dd8f06a58a673922ee12fa0ffd2ba6c485de427a4e4ee3e5d710b8dc9483e70da0dc2a67c46d3fd77ebdfe300f79 HEAD_REF main ) diff --git a/ports/cli11/vcpkg.json b/ports/cli11/vcpkg.json index 0851587abb..7b48eb55de 100644 --- a/ports/cli11/vcpkg.json +++ b/ports/cli11/vcpkg.json @@ -1,9 +1,10 @@ { "name": "cli11", - "version": "2.3.2", + "version": "2.4.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", + "supports": "!uwp", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 9614e8475a..e2b47fd51c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1653,7 +1653,7 @@ "port-version": 0 }, "cli11": { - "baseline": "2.3.2", + "baseline": "2.4.0", "port-version": 0 }, "clickhouse-cpp": { diff --git a/versions/c-/cli11.json b/versions/c-/cli11.json index 380baf097d..3bec075409 100644 --- a/versions/c-/cli11.json +++ b/versions/c-/cli11.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "396b497f39aff89e8cbfec62a6e2ed8bd5df73a0", + "version": "2.4.0", + "port-version": 0 + }, { "git-tree": "5f95180758a2703f23b8202b9e1c449551e11ea9", "version": "2.3.2",