forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautocorrect.json
29 lines (29 loc) · 1.07 KB
/
autocorrect.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
{
"version": "2.11.1",
"description": "AutoCorrect is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).",
"homepage": "https://huacnlee.github.io/autocorrect",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/huacnlee/autocorrect/releases/download/v2.11.1/autocorrect-windows-amd64.zip",
"hash": "bdc1be45c2ca44591be0777ed74acd647545ce9fddb6e05615fa6c3f69609e17"
}
},
"bin": "autocorrect.exe",
"checkver": {
"url": "https://api.github.com/repositories/267024149/releases",
"regex": "tag/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/huacnlee/autocorrect/releases/download/v$version/autocorrect-windows-amd64.zip",
"hash": {
"url": "$url.sha256",
"mode": "extract",
"regex": "$sha256"
}
}
}
}
}