From 5885fa13e30e7494eb64e24c5529d3c60e9d833b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:46:39 +0000 Subject: [PATCH] fzf: Update to version 0.48.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 360737286a..ac7454abe6 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.47.0", + "version": "0.48.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.47.0/fzf-0.47.0-windows_amd64.zip", - "hash": "26b9efe130873c4d39bceb80bce3e886cd53470ce2e0cec87ee57a968267f209" + "url": "https://github.com/junegunn/fzf/releases/download/0.48.0/fzf-0.48.0-windows_amd64.zip", + "hash": "8af1ec22719213ecbbf43e4223ab8d712b77fd38710f8a3294de7529987ef4f7" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.47.0/fzf-0.47.0-windows_arm64.zip", - "hash": "a08fa3affc15077a69b783989035a49ea79d24364c007dc98069fde5f12cc11f" + "url": "https://github.com/junegunn/fzf/releases/download/0.48.0/fzf-0.48.0-windows_arm64.zip", + "hash": "41ed3540dae485215d836ee349bd412a32380af508d89c1e42f4e38af3c114ce" } }, "bin": "fzf.exe",