From ad86ae438cb1a2c1a76ba9fa59b653e30f7d44ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:31:18 +0000 Subject: [PATCH] fzf: Update to version 0.38.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index d9166c81aa..8267cc67e6 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.37.0", + "version": "0.38.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.37.0/fzf-0.37.0-windows_amd64.zip", - "hash": "247bffe84ff3294a8c0a7bb96329d5e4152d3d034e13dec59dcc97d8a828000d" + "url": "https://github.com/junegunn/fzf/releases/download/0.38.0/fzf-0.38.0-windows_amd64.zip", + "hash": "32804b243e117dbf1b317fdd32f24c23c047642a394fa9ac7dabf50540dbb759" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.37.0/fzf-0.37.0-windows_arm64.zip", - "hash": "705def97af3b832f0ab41e1f26f1c704919db342941884a315695059eeed5f3d" + "url": "https://github.com/junegunn/fzf/releases/download/0.38.0/fzf-0.38.0-windows_arm64.zip", + "hash": "37b179d379185d44f7f0c6c8c48c42c7bc197bc33179d6e1a937c44ab6172440" } }, "bin": "fzf.exe",