mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 01:12:16 +08:00
[nuspell] Update port to v5.1.2 (#27037)
* [nuspell] Update port to v5.1.2 * x-add-version
This commit is contained in:
parent
39420a74dd
commit
d987016d04
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nuspell/nuspell
|
||||
REF v5.1.1
|
||||
SHA512 c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c
|
||||
REF v5.1.2
|
||||
SHA512 138212ae5340836f0bc85d9d5327dc43ffdb1481ca72678b4619938b86c4c8e7c156eec1446f459636460a9015cd476031ad53d0979325e637ed97c19e2f87c8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuspell",
|
||||
"version-semver": "5.1.1",
|
||||
"version-semver": "5.1.2",
|
||||
"description": [
|
||||
"Nuspell is a fast and safe spelling checker software program.",
|
||||
"It is designed for languages with rich morphology and complex word compounding.",
|
||||
|
@ -5161,7 +5161,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"nuspell": {
|
||||
"baseline": "5.1.1",
|
||||
"baseline": "5.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"nvtt": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6175a848b3c05c1adf0816f1b3b4dd056c12ed40",
|
||||
"version-semver": "5.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0daf4a7623ab68c7f706b815dbe29e8f4627668e",
|
||||
"version-semver": "5.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user