From b4f570c331749ceaabe470bd48b8eccd8f145c76 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 15 Nov 2019 17:00:16 +0000 Subject: [PATCH] fzf: Update to version 0.19.0 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 390f40df45..07abcfa48a 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.18.0", + "version": "0.19.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.18.0/fzf-0.18.0-windows_amd64.zip", - "hash": "d31ffdb0fc17ddeae2ae915d6707aad769f70e5778400eeffd9e2d50d1b472c2" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.19.0/fzf-0.19.0-windows_amd64.zip", + "hash": "b046973384550aa5d1e32e5abf156174b5b77985de8969441bc751215937e6be" }, "32bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.18.0/fzf-0.18.0-windows_386.zip", - "hash": "06836cd78df5a6b053edc4badeff022578c3c6d8f6e3339d034d3fa3d48391a0" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.19.0/fzf-0.19.0-windows_386.zip", + "hash": "ad9aa71d454f0b7f321c2199a2817f3e0f7b99850e3334b40951fc943ac41bcc" } }, "bin": "fzf.exe",