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 | |
| 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')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/g-/gmp.json | 5 | ||||
| -rw-r--r-- | versions/y-/yasm-tool-helper.json | 5 | ||||
| -rw-r--r-- | versions/y-/yasm-tool.json | 5 |
4 files changed, 18 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": { diff --git a/versions/g-/gmp.json b/versions/g-/gmp.json index dcbc75ee8..3b9358d4d 100644 --- a/versions/g-/gmp.json +++ b/versions/g-/gmp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "645878e32f8ab4e926f605107c761433515a17dd", + "version-string": "6.2.1", + "port-version": 6 + }, + { "git-tree": "90eb02f55e96530420b8e83209651a9b91b7b002", "version-string": "6.2.1", "port-version": 5 diff --git a/versions/y-/yasm-tool-helper.json b/versions/y-/yasm-tool-helper.json index 9c3fb6af8..606a5eee5 100644 --- a/versions/y-/yasm-tool-helper.json +++ b/versions/y-/yasm-tool-helper.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7d0e3b2224338888cd1e2f7a00c182961a7ea760", + "version-string": "2020-03-11", + "port-version": 0 + }, + { "git-tree": "cd72a3cb256fdf68ad6b78a64613744ca2bc1d1f", "version-string": "2020-10-12", "port-version": 0 diff --git a/versions/y-/yasm-tool.json b/versions/y-/yasm-tool.json index e71e3e578..3ae9fc640 100644 --- a/versions/y-/yasm-tool.json +++ b/versions/y-/yasm-tool.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "cb913a26c18cde98be038655f65d2363ecee2cc1", + "version": "1.3.0", + "port-version": 0 + }, + { "git-tree": "40cca1c50553ac0d87c91af9c0125d8f3e6e8a09", "version-string": "2020-10-12", "port-version": 0 |
