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/g- | |
| 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/g-')
| -rw-r--r-- | versions/g-/gmp.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
