2019-05-09 01:00:25 +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.17.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.17.0/doctl-1.17.0-windows-4.0-amd64.zip",
"hash": "e355a793e32ac5bc33865d7e51cc3964eb028029f8991baf4563385e48d73c0c"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.17.0/doctl-1.17.0-windows-4.0-386.zip",
"hash": "171dc9f048c4b13a59405a4e4e9d16f3896946ab7caa85d997110bb678351be2"
}
},
"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"
}
}
}