2022-05-26 20:29:58 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.76.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.76.1/doctl-1.76.1-windows-amd64.zip",
"hash": "db1e316c77e8f043e5772fe23e487322e70b409fba8a224d868da4980ca74f16"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.76.1/doctl-1.76.1-windows-386.zip",
"hash": "b66471451ec4ec4829b8810c5979f673280477439f386b711d269212337acdd6"
}
},
"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"
}
}
}