{
    "version": "1.9.21",
    "description": "Powerful Bash-style command line editing for cmd.exe",
    "homepage": "https://chrisant996.github.io/clink/",
    "license": "GPL-3.0-only",
    "notes": [
        "Run 'clink inject' to start clink on the current cmd",
        "Run 'clink autorun install' to auto start clink"
    ],
    "url": "https://github.com/chrisant996/clink/releases/download/v1.9.21/clink.1.9.21.3cc8b4.zip",
    "hash": "01def804a2c7cd94f0122e708cc1d484eb307075502efaeca167f5bcaf742ff0",
    "env_set": {
        "CLINK_DIR": "$dir"
    },
    "bin": "clink.bat",
    "checkver": {
        "github": "https://github.com/chrisant996/clink",
        "jsonpath": "$..browser_download_url",
        "regex": "/v(?<tag>[\\d.]+)/clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/chrisant996/clink/releases/download/v$matchTag/clink.$version.$matchCommit.zip"
    }
}
