{
    "version": "2.26.0",
    "description": "Manage BareMetal Servers from Command Line (as easily as with Docker).",
    "homepage": "https://github.com/scaleway/scaleway-cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.26.0/scaleway-cli_2.26.0_windows_amd64.exe#/scw.exe",
            "hash": "886c90ae7b6422a813a8c1e610b82a3144fdbbfff1726648a169a11d5e2a4848"
        },
        "32bit": {
            "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.26.0/scaleway-cli_2.26.0_windows_386.exe#/scw.exe",
            "hash": "e429350e60a2b838e3a3ee60150e389ec30bbff74e7e1b680d63a9ea32ffb1bc"
        }
    },
    "bin": "scw.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_amd64.exe#/scw.exe"
            },
            "32bit": {
                "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_386.exe#/scw.exe"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
