2019-07-18 22:00:23 +00:00

30 lines
1.1 KiB
JSON

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