From bf53f6898799cacfb61bab7818cbadfbfa6146cd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 17 Dec 2019 17:00:26 +0000 Subject: [PATCH] fzf: Update to version 0.20.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 07abcfa48a..f51bcb6863 100644 --- a/bucket/fzf.json +++ b/bucket/fzf.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/junegunn/fzf", "description": "A general-purpose command-line fuzzy finder.", - "version": "0.19.0", + "version": "0.20.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.19.0/fzf-0.19.0-windows_amd64.zip", - "hash": "b046973384550aa5d1e32e5abf156174b5b77985de8969441bc751215937e6be" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_amd64.zip", + "hash": "aeaedacc1ae7519fb3bd68790bcf6a9651ecc8d27575036eabe50f99a96809c5" }, "32bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.19.0/fzf-0.19.0-windows_386.zip", - "hash": "ad9aa71d454f0b7f321c2199a2817f3e0f7b99850e3334b40951fc943ac41bcc" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_386.zip", + "hash": "0f0f01ae446e3c3e82475a9bf51756ed349b2a89c1b1f90a9e23a81ea1e71ed6" } }, "bin": "fzf.exe",