Pedro Cunha dc3fe6ecbe doctl: Remove pre_install (#505)
The pre_install script used to rename "doctl" to "doctl.exe", but this isn't necessary since https://github.com/digitalocean/doctl/releases/tag/v1.30.0, and will produce an error
2019-10-23 09:32:45 +02:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.33.0",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.33.0/doctl-1.33.0-windows-amd64.zip",
"hash": "fc7494b74884abc6923c1d481e7af43d21f4ff10b1bca0a148ae262e70995eb0"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.33.0/doctl-1.33.0-windows-386.zip",
"hash": "d16aea8e28c2575a382799dfd23c0a80e55ec5d21844db253b40696a4d5931b6"
}
},
"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"
}
}
}