2020-11-25 06:27:40 +01:00

32 lines
1.2 KiB
JSON

{
"version": "1.53.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.53.0/doctl-1.53.0-windows-amd64.zip",
"hash": "96022b9eba96ef0c2cf0d7b2249fe238005a38a3923e119784397644c0c49cb6"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.53.0/doctl-1.53.0-windows-386.zip",
"hash": "417e293cd99ab5b916b11d3e1a84cba160ef84be6d81544482ddf00030296a65"
}
},
"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"
}
}
}