diff options
| author | Dimitrij Mijoski <dmjpp@hotmail.com> | 2020-05-12 00:31:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-11 15:31:51 -0700 |
| commit | 33b914b3ad6538d4df63d69381a540e729149d47 (patch) | |
| tree | eaf19ad5ceeba973fe75f63cbbbaad033d0d1f90 | |
| parent | dac027e42e661d9f3aae5d877413267ef0b4158a (diff) | |
| download | vcpkg-33b914b3ad6538d4df63d69381a540e729149d47.tar.gz vcpkg-33b914b3ad6538d4df63d69381a540e729149d47.zip | |
[nuspell] update port to v3.1.1 (#11291)
| -rw-r--r-- | ports/nuspell/CONTROL | 8 | ||||
| -rw-r--r-- | ports/nuspell/portfile.cmake | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/nuspell/CONTROL b/ports/nuspell/CONTROL index ea94ec66e..0ca6240fa 100644 --- a/ports/nuspell/CONTROL +++ b/ports/nuspell/CONTROL @@ -1,7 +1,7 @@ Source: nuspell -Version: 3.1.0 -Description: Nuspell is a free and open source spell checker library and - command-line program designed for languages with rich morphology and complex - word compounding. +Version: 3.1.1 +Description: Nuspell is a fast and safe spelling checker software program. + It is designed for languages with rich morphology and complex word compounding. + Nuspell is written in modern C++ and it supports Hunspell dictionaries. Homepage: https://nuspell.github.io/ Build-Depends: icu, boost-locale, boost-container, boost-range diff --git a/ports/nuspell/portfile.cmake b/ports/nuspell/portfile.cmake index ba20bcf31..a34c9cce3 100644 --- a/ports/nuspell/portfile.cmake +++ b/ports/nuspell/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nuspell/nuspell - REF v3.1.0 - SHA512 a9bedfd6e2d77fd34d249cf7aa1fcb6bde5bced26f02f8a2dd860416a61488c9b7016a0df6015052fcccb272b342e6205db601107f46efa44c9d78ce261a826c + REF v3.1.1 + SHA512 239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096 HEAD_REF master PATCHES cmake-disable-cli-and-docs.patch |
