-
Notifications
You must be signed in to change notification settings - Fork 9
/
autocorrect.json
29 lines (29 loc) · 1.1 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.13.0",
"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.13.0/autocorrect-windows-amd64.zip",
"hash": "3fe984ae6649adc3c4a996038ee265474e3950b744cec83720ba77ae962728e2"
}
},
"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"
}
}
}
}
}