From 4d9a0445298f4028b92ce79246ab8d325bb686f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 16:29:59 +0000 Subject: [PATCH] fzf: Update to version 0.64.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index a8d01dd4aa..05ba3dd87f 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.63.0", + "version": "0.64.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/v0.63.0/fzf-0.63.0-windows_amd64.zip", - "hash": "6cca8caa140632f7b7abdf36110b6cde651f4470fb95acf1366b578ad097cae7" + "url": "https://github.com/junegunn/fzf/releases/download/v0.64.0/fzf-0.64.0-windows_amd64.zip", + "hash": "b94fea89d118ffb7f91eb48db05fb4deea689aab7f8ef52c9c10fdc4489adbed" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/v0.63.0/fzf-0.63.0-windows_arm64.zip", - "hash": "57b1f799d7a4c3e2839c766aed7f10bd0d0c662b2034e76fe63b5a64c1c1a279" + "url": "https://github.com/junegunn/fzf/releases/download/v0.64.0/fzf-0.64.0-windows_arm64.zip", + "hash": "e8802f42491b8827d6e8b51cb1311ec86a00d4b3f57e57635d621dd66f4efd74" } }, "bin": "fzf.exe",