aspell: Add version 0.60.8-2 (#3517)

* aspell: Add version 0.60.8-2

* Apply suggestions about url

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* add dictionary

* apply suggestion (use mingw package)

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* update manifest

* use extract_dir array

* Apply suggestions

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Issac Lin 2022-04-25 13:16:12 +08:00 committed by GitHub
parent 0b55b19237
commit 1ff219da43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

63
bucket/aspell.json Normal file
View File

@ -0,0 +1,63 @@
{
"##": "The dictionary (mingw-w64-x86_64-aspell-en-2020.12.07-1-any.pkg.tar.zst) has to be updated manually.",
"version": "0.60.8-2",
"description": "A spellchecker commonly used with emacs.",
"homepage": "http://aspell.net/",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": [
"https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-aspell-0.60.8-2-any.pkg.tar.zst",
"https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-aspell-en-2020.12.07-1-any.pkg.tar.zst"
],
"hash": [
"84e02ec8e81fefb20e429c6a991529de8a3c2d0296f7b781e92f2e8937d32427",
"98745b2737dc107adcb76264c1de61489fd44b5e74f6c50cf8eb8f2c27f826f9"
],
"extract_dir": [
"mingw64",
"mingw64"
]
},
"32bit": {
"url": [
"https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-aspell-0.60.8-2-any.pkg.tar.zst",
"https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-aspell-en-2020.12.07-1-any.pkg.tar.zst"
],
"hash": [
"2db955f695185daefcf8209ecdc71fa3b9c37d211f50ccffaa548caa6507d4da",
"98745b2737dc107adcb76264c1de61489fd44b5e74f6c50cf8eb8f2c27f826f9"
],
"extract_dir": [
"mingw32",
"mingw32"
]
}
},
"bin": [
"bin\\aspell.exe",
"bin\\word-list-compress.exe"
],
"checkver": {
"url": "https://packages.msys2.org/package/mingw-w64-x86_64-aspell",
"regex": "mingw-w64-x86_64-aspell-([\\d.-]+)-any"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-aspell-$version-any.pkg.tar.zst",
"hash": {
"url": "https://packages.msys2.org/package/mingw-w64-x86_64-aspell",
"regex": "$sha256"
}
},
"32bit": {
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-aspell-$version-any.pkg.tar.zst",
"hash": {
"url": "https://packages.msys2.org/package/mingw-w64-i686-aspell",
"regex": "$sha256"
}
}
}
}
}