2025-07-21 16:30:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.134.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.134.0/doctl-1.134.0-windows-amd64.zip",
"hash": "1001d53a6fbe181a4d8e898ae5dc29021e6c70415adf041bd26e62c24f5f8af2"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.134.0/doctl-1.134.0-windows-386.zip",
"hash": "d51742793d03d32cd060aaf1cd41cbe489f5dfeffa9a650f572bc25b86127c77"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.134.0/doctl-1.134.0-windows-arm64.zip",
"hash": "2ec545745282b7a77a5424a95ebd7638399d21450bab37e6cfa0ad358c52a8a8"
}
},
"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"
}
}
}