{
    "version": "0.20.0",
    "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.20.0/restish-0.20.0-windows-amd64.zip",
            "hash": "22cbefc96fdf36d3b1a9ca9c9bed24c2a9abefb62c5318c9d8ad977ad6d42add"
        },
        "32bit": {
            "url": "https://github.com/danielgtaylor/restish/releases/download/v0.20.0/restish-0.20.0-windows-386.zip",
            "hash": "e7360a95dd3519a04e0db0c2ccb9d43bec2c866fb21a30ec05c30e5ec45f0fc0"
        },
        "arm64": {
            "url": "https://github.com/danielgtaylor/restish/releases/download/v0.20.0/restish-0.20.0-windows-arm64.zip",
            "hash": "19c805fd546ac7720b95bd467286de3b0a885b30266f6c639ae21250aa7e9e98"
        }
    },
    "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"
            },
            "32bit": {
                "url": "https://github.com/danielgtaylor/restish/releases/download/v$version/restish-$version-windows-386.zip"
            },
            "arm64": {
                "url": "https://github.com/danielgtaylor/restish/releases/download/v$version/restish-$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
