diff options
| author | Matthias Kuhn <matthias@opengis.ch> | 2021-08-30 19:20:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:20:48 -0700 |
| commit | 4bd67a4371f8cdb7ccad359036c66cf24c7fca77 (patch) | |
| tree | 07e7aa2f43446195c1c2757233af0b66223d8d1d /versions | |
| parent | 642666976a7e48c5933f1f4b21da658e491be09e (diff) | |
| download | vcpkg-4bd67a4371f8cdb7ccad359036c66cf24c7fca77.tar.gz vcpkg-4bd67a4371f8cdb7ccad359036c66cf24c7fca77.zip | |
[spix] Add new port (#19351)
* [anyrpc] Bump version to export missing symbol
* [spix] Add port
* versioning
* Update ports/anyrpc/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* versioning
* Update ports/anyrpc/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* versioning
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/anyrpc.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 8 | ||||
| -rw-r--r-- | versions/s-/spix.json | 9 |
3 files changed, 20 insertions, 2 deletions
diff --git a/versions/a-/anyrpc.json b/versions/a-/anyrpc.json index f37d0d4a7..62639f3f0 100644 --- a/versions/a-/anyrpc.json +++ b/versions/a-/anyrpc.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5f4ca4180fb5021b85ae6d4c5ad7b7e15f89b367", + "version-date": "2021-08-24", + "port-version": 0 + }, + { "git-tree": "e82759546790c693469c78e166e6c83f745849b3", "version-string": "2020-01-13", "port-version": 2 diff --git a/versions/baseline.json b/versions/baseline.json index 6dd9af216..8a7f7cada 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -93,8 +93,8 @@ "port-version": 0 }, "anyrpc": { - "baseline": "2020-01-13", - "port-version": 2 + "baseline": "2021-08-24", + "port-version": 0 }, "aom": { "baseline": "3.1.2", @@ -6080,6 +6080,10 @@ "baseline": "2021.1", "port-version": 0 }, + "spix": { + "baseline": "0.3", + "port-version": 0 + }, "sprout": { "baseline": "2019-06-20", "port-version": 0 diff --git a/versions/s-/spix.json b/versions/s-/spix.json new file mode 100644 index 000000000..a3ab08a13 --- /dev/null +++ b/versions/s-/spix.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "703bc0f66a7cb23368f4230a35451356b92e5c75", + "version": "0.3", + "port-version": 0 + } + ] +} |
