From 30683b8335ca1713ca13d55a236d46c0655bf246 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Fri, 3 Apr 2020 18:47:41 +0200 Subject: [PATCH] fzf: Update to version 0.21.1 --- bucket/fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fzf.json b/bucket/fzf.json index 33fa9f7094..5b63a0afab 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.21.0", + "version": "0.21.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_amd64.zip", - "hash": "6559a573f21d5f8782d996320cacf0cf5c1e1038ecfc254972c71dfa935a6a85" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.1/fzf-0.21.1-windows_amd64.zip", + "hash": "f62a8c0454892357281c4f6c3632357f442ee0bbde41c8baaae59745c7156bc4" }, "32bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_386.zip", - "hash": "373eec79907cbb91226cffbc0765974356ed59595ff1a32bd1a5aaf508677e98" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.1/fzf-0.21.1-windows_386.zip", + "hash": "180980e4ae994672291f16de4362a49f833792517d4c509ae94df597b6c379f8" } }, "bin": "fzf.exe",