2025-06-04 16:30:22 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.129.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.129.0/doctl-1.129.0-windows-amd64.zip",
"hash": "c9d8481a98d01e9ba7f7efd8aca9ff464803e49f1ffebdc52b0a39d49fd4a1b2"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.129.0/doctl-1.129.0-windows-386.zip",
"hash": "1818ffb92a981edb4a8aa5fcb94709f993b35d50a1fd24c8b09106ae6f16e556"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.129.0/doctl-1.129.0-windows-arm64.zip",
"hash": "4a9ba1d2bd7fb3455afb64a4bc5bb72800b2ff5fdb4cc59347a673628455c6f4"
}
},
"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"
}
}
}