diff options
| author | Wei Dai <wei.dai@microsoft.com> | 2021-07-22 15:36:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:36:06 -0700 |
| commit | f241ffc3f03cd3664f242125d21e9967c20ae94a (patch) | |
| tree | 4bb8c019ea98e965d4b9bdf85ef980c77aa06958 /versions | |
| parent | 5abd47dd40d39171a2b6926cd32bb775444368a7 (diff) | |
| download | vcpkg-f241ffc3f03cd3664f242125d21e9967c20ae94a.tar.gz vcpkg-f241ffc3f03cd3664f242125d21e9967c20ae94a.zip | |
[apsi] Add new port (#18847)
* Added a new port, apsi.
* Updated versioning.
* Added platform to a feature in apsi.
* Updated versioning.
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/apsi.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/a-/apsi.json b/versions/a-/apsi.json new file mode 100644 index 000000000..30b4da132 --- /dev/null +++ b/versions/a-/apsi.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "2de75d2b02f3a434d3b95f53ca60b71598d9f8b5", + "version-semver": "0.2.0", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 936a9e382..38b30fc8c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -112,6 +112,10 @@ "baseline": "1.6.1", "port-version": 3 }, + "apsi": { + "baseline": "0.2.0", + "port-version": 0 + }, "arb": { "baseline": "2.18.1", "port-version": 0 |
