mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
autocorrect: Add version 2.9.0 (#5567)
* autocorrect: Add version 2.9.0 * autocorrect@2.9.0: fix autoupdate
This commit is contained in:
parent
ac1fd445b9
commit
6d425ae0aa
29
bucket/autocorrect.json
Normal file
29
bucket/autocorrect.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"version": "2.9.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.9.0/autocorrect-windows-amd64.zip",
|
||||||
|
"hash": "175450372ebce308db1337d1373e8f69f862681364a39dcccaef25e78de6b80a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user