From e79e22ae0762c9d4b6850e6105fcee5e7896bd46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:32:15 +0000 Subject: [PATCH] fzf: Update to version 0.60.2 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 3c07213b4e..567ffa4dd9 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.60.1", + "version": "0.60.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.60.1/fzf-0.60.1-windows_amd64.zip", - "hash": "3c9bbc18dacf3379bed480b56e0e8b40a8e3b48c1bd09f504c100b687ae095bf" + "url": "https://github.com/junegunn/fzf/releases/download/v0.60.2/fzf-0.60.2-windows_amd64.zip", + "hash": "e1087d9ffe5df96c7075ef86d3154e92040565d957ddfa142f847ae27a83da7e" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/v0.60.1/fzf-0.60.1-windows_arm64.zip", - "hash": "eecc5eae200df17b93fc0e79d8bf78a770f51c4379cd22bdc878d12194b957a8" + "url": "https://github.com/junegunn/fzf/releases/download/v0.60.2/fzf-0.60.2-windows_arm64.zip", + "hash": "c41fb03cb3fdd23a34e7a49c3507708885509a3fdc8bdf079b1ef0b1619104dc" } }, "bin": "fzf.exe",