From a4fa31ba4a87d52cf0a0c6d69e148821c978a9f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:29:58 +0000 Subject: [PATCH] fzf: Update to version 0.46.1 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 218bba1628..5745cccaca 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.46.0", + "version": "0.46.1", "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.46.0/fzf-0.46.0-windows_amd64.zip", - "hash": "813de0c9b71d0a6c97015536ea26c72fb4fffca231095861d024e3fe2a6a2624" + "url": "https://github.com/junegunn/fzf/releases/download/0.46.1/fzf-0.46.1-windows_amd64.zip", + "hash": "5615e671645a59395ab4a637ac3dcddbdc288a47e2a32e51fee01c93efaed2d3" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.46.0/fzf-0.46.0-windows_arm64.zip", - "hash": "6b03285fe26f1ae8a1b06203af56db9cc366ecf9c6fc7601b3f5dc5e5b82105e" + "url": "https://github.com/junegunn/fzf/releases/download/0.46.1/fzf-0.46.1-windows_arm64.zip", + "hash": "130cd169f1521e0f462b7cdf5c0595f0d85824f7acaccd224813581939dc4ca6" } }, "bin": "fzf.exe",