{
    "version": "1.64.1",
    "description": "Command-line interface for Hetzner Cloud",
    "homepage": "https://github.com/hetznercloud/cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hetznercloud/cli/releases/download/v1.64.1/hcloud-windows-amd64.zip",
            "hash": "5488ce6d3bb01e7845b1886a84026372f912d44eb02b464760bed0160c9c2039"
        },
        "32bit": {
            "url": "https://github.com/hetznercloud/cli/releases/download/v1.64.1/hcloud-windows-386.zip",
            "hash": "b5d13555c5ddc41724b14f1a99030e96d7afec229465ded481b2e7f65fef0d0e"
        }
    },
    "bin": "hcloud.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
