diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-05-21 11:56:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 11:56:32 -0700 |
| commit | 49b67d9cb856424ff69f10e7721aec5299624268 (patch) | |
| tree | 673c4e1d196f1fe38a8235c259b7d4993e84b33b /versions/baseline.json | |
| parent | 2f9972005f61f02fa3cda7fc062d1b834b534b8d (diff) | |
| download | vcpkg-49b67d9cb856424ff69f10e7721aec5299624268.tar.gz vcpkg-49b67d9cb856424ff69f10e7721aec5299624268.zip | |
[yasm-tool] Migrate to Host Dependencies (#16478)
* [yasm-tool] Fix usage of port to be host dependencies
This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode
* fix gmp
* oops
* versions update
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3123d2253..b787b58a0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2326,7 +2326,7 @@ }, "gmp": { "baseline": "6.2.1", - "port-version": 5 + "port-version": 6 }, "google-cloud-cpp": { "baseline": "1.27.0", @@ -6625,11 +6625,11 @@ "port-version": 0 }, "yasm-tool": { - "baseline": "2020-10-12", + "baseline": "1.3.0", "port-version": 0 }, "yasm-tool-helper": { - "baseline": "2020-10-12", + "baseline": "2020-03-11", "port-version": 0 }, "yato": { |
