{
    "version": "0.21.2",
    "description": "Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in",
    "homepage": "https://rest.sh/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/danielgtaylor/restish/releases/download/v0.21.2/restish-0.21.2-windows-amd64.zip",
            "hash": "da944e8308a87234bd92411d947da8142455e5bcf3c8110e59ab80ec52c9d573"
        }
    },
    "bin": "restish.exe",
    "checkver": {
        "github": "https://github.com/danielgtaylor/restish/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/danielgtaylor/restish/releases/download/v$version/restish-$version-windows-amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
