2025-07-24 12:31:58 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.135.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.135.0/doctl-1.135.0-windows-amd64.zip",
"hash": "be8107896f27659364a95f93073f79785ef1a9e421fabeb2a7155ed189f2eecd"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.135.0/doctl-1.135.0-windows-386.zip",
"hash": "9a547e2e8178ec8aa584707408551cb4169ed3ef52734068a48b53810bc332d5"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.135.0/doctl-1.135.0-windows-arm64.zip",
"hash": "e69c730d9a4ccc9b236d208396abb1264a8d21284d8c527f81ab4a15b9d3692e"
}
},
"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"
}
}
}