[argtable3] update to 3.3.1 (#46154)

This commit is contained in:
toge
2025-06-26 01:54:10 +09:00
committed by GitHub
parent f75c836a67
commit f47a34e1cc
4 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ vcpkg_download_distfile(
ARCHIVE
URLS "https://github.com/argtable/argtable3/releases/download/v${VERSION}/argtable-v${VERSION}.zip"
FILENAME "argtable-v${VERSION}.zip"
SHA512 5591d510a1c739148aa356e5fa9827e037c4a0f1d171453635fad0cca4030d1fa3cce1e50671a944d12abfd4793df1f5cd1125825a23c63e54e9362def56e9f9
SHA512 cdcb67f6d56ef4a02254cd210c035d2b037bd2844a3b14c261500eecd307ca9ab40c6cfa753aa32d4873773ddadc708966fb0772478e575d134399bd4743869f
)
vcpkg_extract_source_archive(

View File

@@ -1,7 +1,6 @@
{
"name": "argtable3",
"version-string": "3.3.0.116da6c",
"port-version": 1,
"version": "3.3.1",
"description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options",
"homepage": "https://www.argtable.org/",
"license": "BSD-3-Clause AND TCL",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3de7f101097015a6bc35dfb30dbca11d3644433e",
"version": "3.3.1",
"port-version": 0
},
{
"git-tree": "0057e71075971fe4287766bf35b3cb3a3bc7ff01",
"version-string": "3.3.0.116da6c",

View File

@@ -233,8 +233,8 @@
"port-version": 10
},
"argtable3": {
"baseline": "3.3.0.116da6c",
"port-version": 1
"baseline": "3.3.1",
"port-version": 0
},
"argumentum": {
"baseline": "0.3.2",