mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
gh@2.21.1: Add arm64 (#4295)
This commit is contained in:
parent
84d07fed97
commit
09bc8d7d13
@ -11,6 +11,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_windows_386.zip",
|
||||
"hash": "6e18a591d9d11502a7fb97659ba80412f05d87b28ca9f045af420601d9f1101c"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_windows_arm64.zip",
|
||||
"hash": "79674a5aa6b0e69095c1a69d6d84a9a9c9fb5ea1384bc3e3f6c084de6f97d410"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\gh.exe",
|
||||
@ -24,6 +28,9 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user