mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:45:52 +08:00
[nuspell] update port to v3.1.1 (#11291)
This commit is contained in:
parent
dac027e42e
commit
33b914b3ad
@ -1,7 +1,7 @@
|
|||||||
Source: nuspell
|
Source: nuspell
|
||||||
Version: 3.1.0
|
Version: 3.1.1
|
||||||
Description: Nuspell is a free and open source spell checker library and
|
Description: Nuspell is a fast and safe spelling checker software program.
|
||||||
command-line program designed for languages with rich morphology and complex
|
It is designed for languages with rich morphology and complex word compounding.
|
||||||
word compounding.
|
Nuspell is written in modern C++ and it supports Hunspell dictionaries.
|
||||||
Homepage: https://nuspell.github.io/
|
Homepage: https://nuspell.github.io/
|
||||||
Build-Depends: icu, boost-locale, boost-container, boost-range
|
Build-Depends: icu, boost-locale, boost-container, boost-range
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO nuspell/nuspell
|
REPO nuspell/nuspell
|
||||||
REF v3.1.0
|
REF v3.1.1
|
||||||
SHA512 a9bedfd6e2d77fd34d249cf7aa1fcb6bde5bced26f02f8a2dd860416a61488c9b7016a0df6015052fcccb272b342e6205db601107f46efa44c9d78ce261a826c
|
SHA512 239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
|
|
||||||
PATCHES cmake-disable-cli-and-docs.patch
|
PATCHES cmake-disable-cli-and-docs.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user