aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/hunspell/CONTROL2
-rw-r--r--ports/hunspell/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/hunspell/CONTROL b/ports/hunspell/CONTROL
index e13bef73d..160bab7e6 100644
--- a/ports/hunspell/CONTROL
+++ b/ports/hunspell/CONTROL
@@ -1,3 +1,3 @@
Source: hunspell
-Version: 1.6.1-3
+Version: 1.7.0
Description: The most popular spellchecking library.
diff --git a/ports/hunspell/portfile.cmake b/ports/hunspell/portfile.cmake
index d49f4a8dc..67a4ff09e 100644
--- a/ports/hunspell/portfile.cmake
+++ b/ports/hunspell/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hunspell/hunspell
- REF v1.6.1
- SHA512 39b096ec1f5226f13eaf241647fc9b49a6dad04945ae0bcdc61ba845d66d67d64a72ba4287b6f376b5ad053b5d0e1d42a42415c30521c50693f0544718029458
+ REF v1.7.0
+ SHA512 8149b2e8b703a0610c9ca5160c2dfad3cf3b85b16b3f0f5cfcb7ebb802473b2d499e8e2d0a637a97a37a24d62424e82d3880809210d3f043fa17a4970d47c903
HEAD_REF master
PATCHES 0001_fix_unistd.patch
)