2019-11-18 20:01:03 +00:00

32 lines
1.2 KiB
JSON

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