diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-08 03:30:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:30:16 -0700 |
| commit | c9ab7da4d468d877bc2edf489cbe9c8d14fc4053 (patch) | |
| tree | ddd00543d8196bbef1758452e076550a2b1ac672 /versions | |
| parent | 88e03109aae553fe35c850a20b0fcd6888654664 (diff) | |
| download | vcpkg-c9ab7da4d468d877bc2edf489cbe9c8d14fc4053.tar.gz vcpkg-c9ab7da4d468d877bc2edf489cbe9c8d14fc4053.zip | |
[fastcdr] Fix support Linux (#17112)
* [fastcdr] Fix support Linux
* Format json and update versions
* Update versions/f-/fastcdr.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fastcdr.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a28e6ae27..b15e28162 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1898,7 +1898,7 @@ }, "fastcdr": { "baseline": "1.0.15", - "port-version": 0 + "port-version": 1 }, "fastcgi": { "baseline": "2020-09-11", diff --git a/versions/f-/fastcdr.json b/versions/f-/fastcdr.json index 87de4ed5a..6a8cb5af3 100644 --- a/versions/f-/fastcdr.json +++ b/versions/f-/fastcdr.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d44198a7b4b57e8f66b4c3ce6b4877066a4a8bf2", + "version-semver": "1.0.15", + "port-version": 1 + }, + { "git-tree": "2737f3f6c1cb3e6d652f474740726eb93f4e420a", "version-string": "1.0.15", "port-version": 0 |
