From b6b8548c6fa9c9ec72783719cce044099b0e0ef9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:09:05 +0000 Subject: [PATCH] fzf: Update to version 0.49.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 8898528f60..a697de993f 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.48.1", + "version": "0.49.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.48.1/fzf-0.48.1-windows_amd64.zip", - "hash": "e8d7c48034517a5dabe4f0d19bc0166bac03323cbd8f4605e859ccf22d232fdb" + "url": "https://github.com/junegunn/fzf/releases/download/0.49.0/fzf-0.49.0-windows_amd64.zip", + "hash": "6480965e9e39c4d78c51d96fc6d18ede10778c00cb595d1bdffaf753f7a1a59e" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.48.1/fzf-0.48.1-windows_arm64.zip", - "hash": "3ab1670a3d9d0a53ef8990e994e1ecbd0ab9f3b82a9bb65fe68ab8a9451e7fdb" + "url": "https://github.com/junegunn/fzf/releases/download/0.49.0/fzf-0.49.0-windows_arm64.zip", + "hash": "3ff75c6dc34f559097a45da3e73e7c06822dfc1686849875af28f1b9a3bd6c53" } }, "bin": "fzf.exe",