Aliaksandr Belik 76a925b48b
doctl: Add arm64 architecture (#4811)
* doctl@1.95.0: Add arm64 architecture

* doctl: Update to version 1.96.0
2023-05-23 19:27:40 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.96.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.96.0/doctl-1.96.0-windows-amd64.zip",
"hash": "5da1cba972b2248b5de50e026ac2c1658ae21393529ebbdacb2f5cf5b0e4ffad"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-386.zip",
"hash": "f621f1141ad3ada1086b6c1659e07a5e157b5b43c5e36583dcf800a56fcc3644"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-arm64.zip",
"hash": "93e887f0ae927ee246330dfcc5bc13a4ed3cc502d12bfd9a4dfde7808a34998a"
}
},
"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"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/doctl-$version-checksums.sha256"
}
}
}