2019-08-29 22:00:24 +00:00

33 lines
1.2 KiB
JSON

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