[cxxopts] Update to 3.2.1 (#36956)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Alexey Rochev 2024-02-27 11:13:45 +03:00 committed by GitHub
parent 159d8caede
commit f9209245ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jarro2783/cxxopts
REF "v${VERSION}"
SHA512 7265de66b92591255488d01bc26ca874423c75223e2e157a99f14fdd3e92e8d2669b72732acac3ce835190f1a09c13a994c480f0513f229eba8aa008e3d98955
SHA512 7841fb3e6c3c2a057917c962e29fc0090e6ed06f5515aaa5e2a868fef59071a9a99b74d81c32cf613ecf10a68a4d96d6ad07805f48c7c3951ded096a2317dc3d
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "cxxopts",
"version-semver": "3.2.0",
"version-semver": "3.2.1",
"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",

View File

@ -2089,7 +2089,7 @@
"port-version": 0
},
"cxxopts": {
"baseline": "3.2.0",
"baseline": "3.2.1",
"port-version": 0
},
"cyclonedds": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1ad8547da18ed18a0bd77925eafad7507430f383",
"version-semver": "3.2.1",
"port-version": 0
},
{
"git-tree": "a6cbab0a92c5dc156b9de5e1613379fe220d6f68",
"version-semver": "3.2.0",