[nuspell] update to 5.1.6 (#41388)

This commit is contained in:
Jia Yue Hua 2024-10-08 03:05:59 +08:00 committed by GitHub
parent 166127e5a8
commit 8d7746587d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO nuspell/nuspell REPO nuspell/nuspell
REF "v${VERSION}" REF "v${VERSION}"
SHA512 f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d SHA512 ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8
HEAD_REF master HEAD_REF master
) )
@ -16,6 +16,7 @@ vcpkg_cmake_configure(
OPTIONS OPTIONS
${FEATURE_OPTIONS} ${FEATURE_OPTIONS}
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
-DBUILD_DOCS=OFF
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()

View File

@ -1,6 +1,6 @@
{ {
"name": "nuspell", "name": "nuspell",
"version-semver": "5.1.4", "version-semver": "5.1.6",
"description": [ "description": [
"Nuspell is a fast and safe spelling checker software program.", "Nuspell is a fast and safe spelling checker software program.",
"It is designed for languages with rich morphology and complex word compounding.", "It is designed for languages with rich morphology and complex word compounding.",

View File

@ -6401,7 +6401,7 @@
"port-version": 2 "port-version": 2
}, },
"nuspell": { "nuspell": {
"baseline": "5.1.4", "baseline": "5.1.6",
"port-version": 0 "port-version": 0
}, },
"nvidia-cutlass": { "nvidia-cutlass": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "084292185f523b5b0a10bd7e57f3e60fee29866e",
"version-semver": "5.1.6",
"port-version": 0
},
{ {
"git-tree": "060ff508c132af5317809061a91139e6e99f3fda", "git-tree": "060ff508c132af5317809061a91139e6e99f3fda",
"version-semver": "5.1.4", "version-semver": "5.1.4",