mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:08:00 +08:00
[cxxopts]Update cxxopts version to 3.1.0 (#29655)
* update cxxopts version to 3.1.0 * Update version files for cxxopts
This commit is contained in:
parent
daa744dbb3
commit
39c4d058e7
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jarro2783/cxxopts
|
||||
REF v3.0.0
|
||||
SHA512 239479a3b35ddef6fc380ac9371e1cf7e3aea066f03e1ea538151fa2fff4296838daa976d55e988d8f87f40c0ae027767bcb214754177499413af1081315565c
|
||||
REF v3.1.0
|
||||
SHA512 bfb593f6393160ae3eeff1fe7bc77394606c3af6ae3b785f9740d178514a8fd286556440aa8a2932633f65b6336695fa286d503f3ac544d0f73affd49051e85d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "cxxopts",
|
||||
"version-semver": "3.0.0",
|
||||
"version-semver": "3.1.0",
|
||||
"description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options",
|
||||
"homepage": "https://github.com/jarro2783/cxxopts",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1901,7 +1901,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cxxopts": {
|
||||
"baseline": "3.0.0",
|
||||
"baseline": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cyclonedds": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "eb6aeb15747814f3c2b84f15582889d9052e0ae1",
|
||||
"version-semver": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "803dd21f8c06b5460353b53501f273b6c30aa9df",
|
||||
"version-semver": "3.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user