diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-04-09 18:50:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 09:50:00 -0700 |
| commit | 5c19a00f26a40fa08f667de48a83ae4617ba0f86 (patch) | |
| tree | 8ef4434e1c6da9931c1b0ee8206e09b6b6f0392b /versions | |
| parent | 4a03e7456939043161cebebab3ead59443cd3d21 (diff) | |
| download | vcpkg-5c19a00f26a40fa08f667de48a83ae4617ba0f86.tar.gz vcpkg-5c19a00f26a40fa08f667de48a83ae4617ba0f86.zip | |
[hunspell] switch to make to enable build of hunspell tools (#17148)
* [hunspell] switch to make to enable build of hunspell tools
* version stuff
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/hunspell.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 965dc2b14..a56aa6baf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2466,7 +2466,7 @@ }, "hunspell": { "baseline": "1.7.0", - "port-version": 2 + "port-version": 3 }, "hwloc": { "baseline": "2.2.0", diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json index e74ce46d6..b3f6e505a 100644 --- a/versions/h-/hunspell.json +++ b/versions/h-/hunspell.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b943abf7281879a8f3ab2c2c14ea5da7cf735dae", + "version-string": "1.7.0", + "port-version": 3 + }, + { "git-tree": "2d430ba4b4104cdf4f38babf9918c292d7d90b7e", "version-string": "1.7.0", "port-version": 2 |
