From 57b6bfb88a09c89695c00f23a5dad5fadabb8644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:31:13 +0000 Subject: [PATCH] fzf: Update to version 0.54.2 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 9992cad639..bce4effe14 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.54.1", + "version": "0.54.2", "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/v0.54.1/fzf-0.54.1-windows_amd64.zip", - "hash": "ac9a189da25d5ebf0ec1c8c34088f6763cbd22d35b285d40fdabd192f0ee7b40" + "url": "https://github.com/junegunn/fzf/releases/download/v0.54.2/fzf-0.54.2-windows_amd64.zip", + "hash": "5c18ef1b09e75a1dff218457245dfb4eff78f16362d6f8bded33c74640286673" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/v0.54.1/fzf-0.54.1-windows_arm64.zip", - "hash": "4c87ea56d65adb6bba475a4690a1385eb358cf3d4724fb6e30e45b79923f1feb" + "url": "https://github.com/junegunn/fzf/releases/download/v0.54.2/fzf-0.54.2-windows_arm64.zip", + "hash": "9cb85bd2f8f6ad52a53d04e28c0f9a0a29ebd55162a0f1d7301133020ccd1378" } }, "bin": "fzf.exe",