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/y- | |
| 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/y-')
| -rw-r--r-- | versions/y-/yasm-tool-helper.json | 5 | ||||
| -rw-r--r-- | versions/y-/yasm-tool.json | 5 |
2 files changed, 10 insertions, 0 deletions
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 |
