2021-08-09 21:00:35 +00:00

32 lines
1.2 KiB
JSON

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