2023-01-06 20:26:08 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.92.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.92.0/doctl-1.92.0-windows-amd64.zip",
"hash": "f46144bc9c533c6dea80bc60e6826bd6578abec9d5754a6e655a13139f187840"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.92.0/doctl-1.92.0-windows-386.zip",
"hash": "1f24df329f0e3637c03ad976389085b996d69b5b63f02ee20bf0eae4256461c8"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/doctl-$version-checksums.sha256"
}
}
}