diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-10 06:28:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 15:28:21 -0700 |
| commit | 0c1b57592b54a5959262bcec0e9a6b19c5751ced (patch) | |
| tree | 6e8102696bca5c190a0682737cfef3c850b7a9df /versions | |
| parent | c21792bd0439726822baff4070920eb53c0cf8e7 (diff) | |
| download | vcpkg-0c1b57592b54a5959262bcec0e9a6b19c5751ced.tar.gz vcpkg-0c1b57592b54a5959262bcec0e9a6b19c5751ced.zip | |
[hunspell] Fix build error on Windows (#18037)
* [hunspell] Fix build error on Windows
* Update ports/hunspell/portfile.cmake
* re-factory win build
* Drop support with UWP since the upstream doesn't add app bitset in vcxproj
* update baseline
* Update port-version
* Update version files
* Update version-string field as version
* Re update versions/h-/hunspell.json
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
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 3e9ee5e47..7ecb3823c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2514,7 +2514,7 @@ }, "hunspell": { "baseline": "1.7.0", - "port-version": 3 + "port-version": 4 }, "hwloc": { "baseline": "2.2.0", diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json index b3f6e505a..0c6d4ad37 100644 --- a/versions/h-/hunspell.json +++ b/versions/h-/hunspell.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1441675cd83b048c9fe45d9230ab99c06421b121", + "version": "1.7.0", + "port-version": 4 + }, + { "git-tree": "b943abf7281879a8f3ab2c2c14ea5da7cf735dae", "version-string": "1.7.0", "port-version": 3 |
