From 2d2ec0b95a4fcc3ebc67a9d11a68a7af83a57490 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:25:43 +0000 Subject: [PATCH] fzf: Update to version 0.36.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index d8175f02b9..2080381b32 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { - "version": "0.35.1", + "version": "0.36.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.35.1/fzf-0.35.1-windows_amd64.zip", - "hash": "621e37dfb2338f021632ab819fe5479d56f912bf642db6bc242f59443d143d32" + "url": "https://github.com/junegunn/fzf/releases/download/0.36.0/fzf-0.36.0-windows_amd64.zip", + "hash": "d74716749e0916cc83aca6bc3b9a36e66e9201ce0d36a6640739f8861c1d1835" }, "arm64": { - "url": "https://github.com/junegunn/fzf/releases/download/0.35.1/fzf-0.35.1-windows_arm64.zip", - "hash": "c4d6d31f7d75576b3268e9691de3c5bd322168f37293a14cc7a8817406cff178" + "url": "https://github.com/junegunn/fzf/releases/download/0.36.0/fzf-0.36.0-windows_arm64.zip", + "hash": "69c41f7bc03810780a77c22755329fed9d715f11fbfb0b6caca6997cf1a1d7b2" } }, "bin": "fzf.exe",