doctl: Add arm64 architecture (#4811)

* doctl@1.95.0: Add arm64 architecture

* doctl: Update to version 1.96.0
This commit is contained in:
Aliaksandr Belik 2023-05-23 22:27:40 +03:00 committed by GitHub
parent f5f8f26325
commit 76a925b48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-386.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-386.zip",
"hash": "f621f1141ad3ada1086b6c1659e07a5e157b5b43c5e36583dcf800a56fcc3644" "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", "bin": "doctl.exe",
@ -22,6 +26,9 @@
}, },
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip" "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": { "hash": {