Skip to content

Commit

Permalink
[nuspell] Update port to v5.1.1 (#26797)
Browse files Browse the repository at this point in the history
* [nuspell] Update port to v5.1.1

* x-add-version
  • Loading branch information
dimztimz committed Sep 15, 2022
1 parent 71115af commit de20eee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 37 deletions.
30 changes: 0 additions & 30 deletions ports/nuspell/fix-tools.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/nuspell/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nuspell/nuspell
REF v5.1.0
SHA512 08ce776d224c66ba4bdd8cb22943741f30e8e5ba03396bfef1db598321c9b0f8814dacffcb52287b3b669426c7b08e2c1a40323341a9ff9768a7187002e1d77a
REF v5.1.1
SHA512 c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c
HEAD_REF master
PATCHES fix-tools.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/nuspell/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "nuspell",
"version-semver": "5.1.0",
"port-version": 2,
"version-semver": "5.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.",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5117,8 +5117,8 @@
"port-version": 0
},
"nuspell": {
"baseline": "5.1.0",
"port-version": 2
"baseline": "5.1.1",
"port-version": 0
},
"nvtt": {
"baseline": "2.1.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nuspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0daf4a7623ab68c7f706b815dbe29e8f4627668e",
"version-semver": "5.1.1",
"port-version": 0
},
{
"git-tree": "5719acdfd3465a7bb3dfac85ce2821c56d7c652a",
"version-semver": "5.1.0",
Expand Down

0 comments on commit de20eee

Please sign in to comment.