2024-08-13 00:33:34 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.111.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.111.0/doctl-1.111.0-windows-amd64.zip",
"hash": "54c8c7f8caa4b10b40389ac54ae2f522f9049c669a9af80e24d4f14567c3c83d"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.111.0/doctl-1.111.0-windows-386.zip",
"hash": "83f2b14712fe793a6fc0af45aa47021fa43aa2d5abc7836147fd9f577eda1c72"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.111.0/doctl-1.111.0-windows-arm64.zip",
"hash": "f44af28d618b623e465e97e36e832aa87e2429151fa47a41838491d176d6cf23"
}
},
"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"
}
}
}