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

33 lines
1.2 KiB
JSON

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