mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
gitsign: Add arm64 support
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
This commit is contained in:
parent
0b33231c49
commit
a88bc7628e
@ -7,6 +7,10 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/sigstore/gitsign/releases/download/v0.11.0/gitsign_0.11.0_windows_amd64.exe#/gitsign.exe",
|
||||
"hash": "519e267a48dbe4db5544877b2f6aa986f54497848aea1acd4387f5f983f64135"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sigstore/gitsign/releases/download/v0.11.0/gitsign_0.11.0_windows_arm64.exe#/gitsign.exe",
|
||||
"hash": "c66efe4aea0a4051725e6c21fd3264ca9209e77b384c08c0f387a11e75f026b5"
|
||||
}
|
||||
},
|
||||
"bin": "gitsign.exe",
|
||||
@ -15,6 +19,9 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/sigstore/gitsign/releases/download/v$version/gitsign_$version_windows_amd64.exe#/gitsign.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sigstore/gitsign/releases/download/v$version/gitsign_$version_windows_arm64.exe#/gitsign.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user