{
    "version": "1.157.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.157.0/doctl-1.157.0-windows-amd64.zip",
            "hash": "b42e70b46da80316fc61e408e0f271bbea09bb206ad7475266017fd906bd817a"
        },
        "32bit": {
            "url": "https://github.com/digitalocean/doctl/releases/download/v1.157.0/doctl-1.157.0-windows-386.zip",
            "hash": "0c5dc459c1fca59e6413dd367857b2f491a310fc195517794e33b391eb0f68f7"
        },
        "arm64": {
            "url": "https://github.com/digitalocean/doctl/releases/download/v1.157.0/doctl-1.157.0-windows-arm64.zip",
            "hash": "5032a394581bbc602f0eb9f5467f2eb308fb1906d32653830dbd0f4233783668"
        }
    },
    "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"
        }
    }
}
