mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
doctl: Add arm64 architecture (#4811)
* doctl@1.95.0: Add arm64 architecture * doctl: Update to version 1.96.0
This commit is contained in:
parent
f5f8f26325
commit
76a925b48b
@ -11,6 +11,10 @@
|
||||
"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",
|
||||
@ -22,6 +26,9 @@
|
||||
},
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user