{
    "version": "2.16.3",
    "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.3/autocorrect-windows-amd64.zip",
            "hash": "64ca1c11b6c002cf9617e672df8dcba091e912994ee80d101289ef7849a533d8"
        }
    },
    "bin": "autocorrect.exe",
    "checkver": {
        "github": "https://api.github.com/repos/huacnlee/autocorrect/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"
                }
            }
        }
    }
}
