2019-06-12 19:02:05 +00:00

32 lines
1.2 KiB
JSON

{
"description": "A command line tool for Digital Ocean services",
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.20.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.20.0/doctl-1.20.0-windows-4.0-amd64.zip",
"hash": "378c986f89498a62f1ad07691c8a682a9358d5bb079a6ecc7c69efdb05c80caf"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.20.0/doctl-1.20.0-windows-4.0-386.zip",
"hash": "d58e6a0ee2fd83b34d27207c5ffc1b6b9304a10a28d1978724405e282b52c27d"
}
},
"bin": "doctl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-4.0-amd64.zip"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-4.0-386.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}