2019-09-24 21:00:18 +00:00

33 lines
1.2 KiB
JSON

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