mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
fzf: Add arm64 architecture (#4019)
This commit is contained in:
parent
8d2fdf3c7e
commit
9b731036d3
@ -7,6 +7,10 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/0.34.0/fzf-0.34.0-windows_amd64.zip",
|
||||
"hash": "8fb01d13587fb1e240129ce11b5814ea2b7e08a9f014b363d3e79cec595b80e5"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/0.34.0/fzf-0.34.0-windows_arm64.zip",
|
||||
"hash": "875151b30c39e17f9a74229d73463225dbea1444f414099b624ac1bd38262207"
|
||||
}
|
||||
},
|
||||
"bin": "fzf.exe",
|
||||
@ -15,6 +19,9 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_arm64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user