forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaspell.json
63 lines (63 loc) · 2.37 KB
/
aspell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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"
}
}
}
}
}