diff options
| author | Tom G. Huang <tomghuang@gmail.com> | 2021-06-11 09:40:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:40:53 -0700 |
| commit | e4357173ab48b9869652d18064f97bdf7bb79c10 (patch) | |
| tree | ac2e98d292fc41dba43e0dfab02eda513145f25e /versions | |
| parent | d9538eb345c1312379d5039574901a7742837ec7 (diff) | |
| download | vcpkg-e4357173ab48b9869652d18064f97bdf7bb79c10.tar.gz vcpkg-e4357173ab48b9869652d18064f97bdf7bb79c10.zip | |
[argtable3] Update to v3.2.1 (#18325)
* chore: Update to v3.2.1
Since we have modified CMake scripts in Argtable3, which now supports
the vcpkg manifest mechanism, we also remove unnecessary code snippets
and deprecated targets.
* chore: Update version information
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/argtable3.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/a-/argtable3.json b/versions/a-/argtable3.json index 44ba57bac..10b5524fc 100644 --- a/versions/a-/argtable3.json +++ b/versions/a-/argtable3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0dc3ede1be6316bee6853f84c5f147340be70ee8", + "version-string": "3.2.1", + "port-version": 0 + }, + { "git-tree": "7a1d8f216b96823aed9e08cd73efc09ca7baec14", "version-string": "3.1.5", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index ad39c7a9d..d98f1ad05 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -133,7 +133,7 @@ "port-version": 8 }, "argtable3": { - "baseline": "3.1.5", + "baseline": "3.2.1", "port-version": 0 }, "argumentum": { |
