From 9b731036d3e4a01358f02eda80ee55ddad2a6ad7 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 14 Oct 2022 01:25:37 +0800 Subject: [PATCH] fzf: Add `arm64` architecture (#4019) --- bucket/fzf.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/fzf.json b/bucket/fzf.json index 129afa093e..e3b5e58cec 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -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" } } }