2022-05-03 20:28:16 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.74.0",
"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.74.0/doctl-1.74.0-windows-amd64.zip",
"hash": "5a09416c5067ae61811dd69ff8f9b656ee04a5a0f1a330d6de5f637701bb7eaa"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.74.0/doctl-1.74.0-windows-386.zip",
"hash": "aedc394a52f9e9aaa3eeb7e5e64fb24cc2d17a020aecdd526af47e6f5d0d8337"
}
},
"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"
}
}
}