From 6f7079e7dd4db1b28da122ef7a2c52ee2cb9972e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:29:20 +0000 Subject: [PATCH] fzf: Update to version 0.53.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 47d49486a4..27486a515d 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.52.1", + "version": "0.53.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.52.1/fzf-0.52.1-windows_amd64.zip", - "hash": "2c36ada2e09a51f3601dba255c3f0de7f897a1b08b76b7f60fdaae3b5f3efe2d" + "url": "https://github.com/junegunn/fzf/releases/download/0.53.0/fzf-0.53.0-windows_amd64.zip", + "hash": "e977de12c1ab80f72e49e2fc8eceb5f5623338200a87b2aafab2e87ebd85efbe" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.52.1/fzf-0.52.1-windows_arm64.zip", - "hash": "090fc637540541108e276931d0ec485804f006e20c29498ab8315faf6ca3d248" + "url": "https://github.com/junegunn/fzf/releases/download/0.53.0/fzf-0.53.0-windows_arm64.zip", + "hash": "01f9a486f0f79358ae66e30950daabf8e83c47c0c0f8d3b54a130b48839bff22" } }, "bin": "fzf.exe",