[hunspell] Add support for feature tools (#37915)

This commit is contained in:
Lily Wang 2024-04-03 16:15:27 -07:00 committed by GitHub
parent bc00d6028f
commit 2308ec3771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"name": "hunspell",
"version": "1.7.2",
"port-version": 1,
"description": "The most popular spellchecking library.",
"homepage": "https://github.com/hunspell/hunspell",
"license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later",
@ -24,7 +25,8 @@
]
},
"tools": {
"description": "Build hunspell tools"
"description": "Build hunspell tools",
"supports": "!windows | mingw"
}
}
}

View File

@ -3426,7 +3426,7 @@
},
"hunspell": {
"baseline": "1.7.2",
"port-version": 0
"port-version": 1
},
"hwloc": {
"baseline": "2.10.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1d470eb79853a55a2bcbf8fce3e41f0cf7c737a3",
"version": "1.7.2",
"port-version": 1
},
{
"git-tree": "adbb8a9460f3c540d3d5719c519c32b97b3f5844",
"version": "1.7.2",