From 18f2bcf6ac747eafeeea57ca03b14b20b47ab951 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Mar 2020 05:01:53 +0000 Subject: [PATCH] fzf: Update to version 0.21.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index f51bcb6863..33fa9f7094 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.20.0", + "version": "0.21.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_amd64.zip", - "hash": "aeaedacc1ae7519fb3bd68790bcf6a9651ecc8d27575036eabe50f99a96809c5" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_amd64.zip", + "hash": "6559a573f21d5f8782d996320cacf0cf5c1e1038ecfc254972c71dfa935a6a85" }, "32bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_386.zip", - "hash": "0f0f01ae446e3c3e82475a9bf51756ed349b2a89c1b1f90a9e23a81ea1e71ed6" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_386.zip", + "hash": "373eec79907cbb91226cffbc0765974356ed59595ff1a32bd1a5aaf508677e98" } }, "bin": "fzf.exe",