2019-08-02 17:01:06 +00:00

30 lines
1.1 KiB
JSON

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