fzf: Add arm64 architecture (#4019)

This commit is contained in:
sitiom 2022-10-14 01:25:37 +08:00 committed by GitHub
parent 8d2fdf3c7e
commit 9b731036d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}