From 335d43f25ef48de0ab7601ab4111ba558b80c736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:26:53 +0000 Subject: [PATCH] fzf: Update to version 0.47.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 5745cccaca..360737286a 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.46.1", + "version": "0.47.0", "description": "A general-purpose command-line fuzzy finder", "homepage": "https://github.com/junegunn/fzf", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf/releases/download/0.46.1/fzf-0.46.1-windows_amd64.zip", - "hash": "5615e671645a59395ab4a637ac3dcddbdc288a47e2a32e51fee01c93efaed2d3" + "url": "https://github.com/junegunn/fzf/releases/download/0.47.0/fzf-0.47.0-windows_amd64.zip", + "hash": "26b9efe130873c4d39bceb80bce3e886cd53470ce2e0cec87ee57a968267f209" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.46.1/fzf-0.46.1-windows_arm64.zip", - "hash": "130cd169f1521e0f462b7cdf5c0595f0d85824f7acaccd224813581939dc4ca6" + "url": "https://github.com/junegunn/fzf/releases/download/0.47.0/fzf-0.47.0-windows_arm64.zip", + "hash": "a08fa3affc15077a69b783989035a49ea79d24364c007dc98069fde5f12cc11f" } }, "bin": "fzf.exe",