зеркало из https://github.com/microsoft/vcpkg.git
[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 <dg0yt@darc.de> * Added supports: !uwp to ports/cli11/vcpkg.json cli11 Unicode support doesn't work on UWP Co-authored-by: Kai Pastor <dg0yt@darc.de> * Updated versions/cli11.json --------- Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Patrik Huber <p.huber@mimetrik.co.uk>
This commit is contained in:
Родитель
2722138ac1
Коммит
40c03b650f
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1653,7 +1653,7 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"cli11": {
|
||||
"baseline": "2.3.2",
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"clickhouse-cpp": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "396b497f39aff89e8cbfec62a6e2ed8bd5df73a0",
|
||||
"version": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5f95180758a2703f23b8202b9e1c449551e11ea9",
|
||||
"version": "2.3.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче