2019-08-02 11:04:43 +00:00

30 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.26.0",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-amd64.zip",
"hash": "b69e478e311ab9947e599452c9f55fc3633fc6eaea0048b64a84790d6a6165a0"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-386.zip",
"hash": "d7a7756c575e6f31e7e141888ddb5d8b77022891dff37cdbb66f892755c65006"
}
},
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",
"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"
}
}
}
}