ScoopInstaller_Main/bucket/autocorrect.json
2025-10-08 16:30:58 +00:00

30 lines
1.1 KiB
JSON

{
"version": "2.16.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.16.1/autocorrect-windows-amd64.zip",
"hash": "a911cefc46f41d1b13c509531dbe0bbac9a69e43f8225a8117c0d7172b67f740"
}
},
"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"
}
}
}
}
}