diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-08-05 11:05:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 20:05:18 -0700 |
| commit | d2019e507caf9469d8d5c93bfcd3f6d26548ca12 (patch) | |
| tree | 771371e0aec257c4235a205e8df4cd8c4eb7fdd0 /versions | |
| parent | fa43004f0c20e37a2564701d25c5b1226cc91855 (diff) | |
| download | vcpkg-d2019e507caf9469d8d5c93bfcd3f6d26548ca12.tar.gz vcpkg-d2019e507caf9469d8d5c93bfcd3f6d26548ca12.zip | |
[vcpkg baseline][hunspell] Fix usage when building static (#19323)
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 e0d2c770f..c6742dd55 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2558,7 +2558,7 @@ }, "hunspell": { "baseline": "1.7.0", - "port-version": 4 + "port-version": 5 }, "hwloc": { "baseline": "2.2.0", diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json index 0c6d4ad37..af5756c94 100644 --- a/versions/h-/hunspell.json +++ b/versions/h-/hunspell.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "2a0514dd8b3893b6d3a502fbf55156e9e971d6f7", + "version": "1.7.0", + "port-version": 5 + }, + { "git-tree": "1441675cd83b048c9fe45d9230ab99c06421b121", "version": "1.7.0", "port-version": 4 |
