From a5b1c589fcc832f938d8284fd386d7a62aedae98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:30:55 +0000 Subject: [PATCH] fzf: Update to version 0.35.1 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 6e54f337fe..d8175f02b9 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.35.0", + "version": "0.35.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.35.0/fzf-0.35.0-windows_amd64.zip", - "hash": "2a04f69f8c35c36301ce2dbc94f640a59888365000e830e4003b487b821e4f76" + "url": "https://github.com/junegunn/fzf/releases/download/0.35.1/fzf-0.35.1-windows_amd64.zip", + "hash": "621e37dfb2338f021632ab819fe5479d56f912bf642db6bc242f59443d143d32" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.35.0/fzf-0.35.0-windows_arm64.zip", - "hash": "11101a8a80928cad49fa5e2ccf2cc85c0b7a9d26911048bd8e195ee5a0130496" + "url": "https://github.com/junegunn/fzf/releases/download/0.35.1/fzf-0.35.1-windows_arm64.zip", + "hash": "c4d6d31f7d75576b3268e9691de3c5bd322168f37293a14cc7a8817406cff178" } }, "bin": "fzf.exe",