{
    "version": "2.55.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.55.0/scaleway-cli_2.55.0_windows_amd64.exe#/scw.exe",
            "hash": "917f164159a95d6cfa95ce8a1177de617684cfd75452a179c33b433efbf23899"
        },
        "32bit": {
            "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.55.0/scaleway-cli_2.55.0_windows_386.exe#/scw.exe",
            "hash": "001dd1ab1130de88860f855a243b39c7e69bfd447efde0898bdfae6898e68db4"
        }
    },
    "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"
        }
    }
}
