{
    "version": "7.2.1",
    "description": "Command line interface to Sourcegraph",
    "homepage": "https://github.com/sourcegraph/src-cli",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sourcegraph/src-cli/releases/download/7.2.1/src-cli_7.2.1_windows_amd64.tar.gz",
            "hash": "55b02f82ca78cf3c60004dba15448c9ea2961e9b7461b987b1f4494a03ee42e0"
        }
    },
    "bin": "src.exe",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src-cli_$version_windows_amd64.tar.gz",
        "hash": {
            "url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src-cli_$version_checksums.txt",
            "regex": "^(\\w+)\\s+src-cli_$version_windows_amd64\\.tar\\.gz$"
        }
    }
}
