{
    "version": "1.104.0",
    "description": "A command line tool for DigitalOcean services",
    "homepage": "https://github.com/digitalocean/doctl",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/digitalocean/doctl/releases/download/v1.104.0/doctl-1.104.0-windows-amd64.zip",
            "hash": "46b8d70bb0266a9200aa35b5f7154c195f88f6845a39e8d3c57546ff3394627f"
        },
        "32bit": {
            "url": "https://github.com/digitalocean/doctl/releases/download/v1.104.0/doctl-1.104.0-windows-386.zip",
            "hash": "eeeb8a6abf97ec244d7e4dfe81b30f995afab0b6c6448fae5e236c791dc37789"
        },
        "arm64": {
            "url": "https://github.com/digitalocean/doctl/releases/download/v1.104.0/doctl-1.104.0-windows-arm64.zip",
            "hash": "db8729ccce2c0fcabdd1b08aeac19fad7d509f0998847963a03b086b03add76e"
        }
    },
    "bin": "doctl.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip"
            },
            "arm64": {
                "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/doctl-$version-checksums.sha256"
        }
    }
}
