From cf15d5e0a3be1f7b7d9cdebc6d07e20d5de9043a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:29:21 +0000 Subject: [PATCH] fzf: Update to version 0.35.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index e3b5e58cec..6e54f337fe 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.34.0", + "version": "0.35.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.34.0/fzf-0.34.0-windows_amd64.zip", - "hash": "8fb01d13587fb1e240129ce11b5814ea2b7e08a9f014b363d3e79cec595b80e5" + "url": "https://github.com/junegunn/fzf/releases/download/0.35.0/fzf-0.35.0-windows_amd64.zip", + "hash": "2a04f69f8c35c36301ce2dbc94f640a59888365000e830e4003b487b821e4f76" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.34.0/fzf-0.34.0-windows_arm64.zip", - "hash": "875151b30c39e17f9a74229d73463225dbea1444f414099b624ac1bd38262207" + "url": "https://github.com/junegunn/fzf/releases/download/0.35.0/fzf-0.35.0-windows_arm64.zip", + "hash": "11101a8a80928cad49fa5e2ccf2cc85c0b7a9d26911048bd8e195ee5a0130496" } }, "bin": "fzf.exe",