From 0cb70bddf8530d8511f893015679cdefba6f21a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:24:01 +0000 Subject: [PATCH] fzf: Update to version 0.40.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 2361475d91..89b6d64798 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.39.0", + "version": "0.40.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.39.0/fzf-0.39.0-windows_amd64.zip", - "hash": "de1288781fdbb4dc64108f8f0a9d1b23c0e6b0b205418bb459c8e58fc9d1c027" + "url": "https://github.com/junegunn/fzf/releases/download/0.40.0/fzf-0.40.0-windows_amd64.zip", + "hash": "0f3ee8fee46f2be51aa81317c67994299e4d3f349fa6085daf295e7cac720d2c" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.39.0/fzf-0.39.0-windows_arm64.zip", - "hash": "b4fdb8490e5b434437b79e240160a6c38228287e4eadd49022c8e6f631e531c4" + "url": "https://github.com/junegunn/fzf/releases/download/0.40.0/fzf-0.40.0-windows_arm64.zip", + "hash": "70d3b7c1429d328372e705937fc5a7b4752b35ff75c5baac8856333deb7710cc" } }, "bin": "fzf.exe",