2024-11-18 20:28:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.118.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.118.0/doctl-1.118.0-windows-amd64.zip",
"hash": "8469f93c094cfef8f74212cfc79eea15b111c608d364b2ca9204bcf0353e064d"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.118.0/doctl-1.118.0-windows-386.zip",
"hash": "c2c7d211551c27baf50698dbd834d78d2645c4303a9635671276a333925efb69"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.118.0/doctl-1.118.0-windows-arm64.zip",
"hash": "a7f7b360d8e94546001ceee9e607668fe1d28e1856b61121fbeb9088f556b682"
}
},
"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"
}
}
}