2019-09-26 22:00:16 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.32.2",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.32.2/doctl-1.32.2-windows-amd64.zip",
"hash": "d24af0eb62247fea761c9a354deb0551c1822d13346034b8dd9f12d5f1c69022"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.32.2/doctl-1.32.2-windows-386.zip",
"hash": "939d683fedf65161d98301abe1e399dfc4266df6a2ae88146de763ad4171f950"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/doctl-$version-checksums.sha256"
}
}
}