From 181ebbc754c9896064832e4a88644e689365424f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 15 Oct 2017 18:00:25 +0000 Subject: [PATCH] Update fzf to version 0.17.1 --- fzf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fzf.json b/fzf.json index 93ba72ff3f..335e989186 100644 --- a/fzf.json +++ b/fzf.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/junegunn/fzf", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.0/fzf-0.17.0-windows_amd64.zip", - "hash": "4b69c886ac2d594577ca9afa5d4986a5d2dd6e2f80cc546c6023c1410417a9c9" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.1/fzf-0.17.1-windows_amd64.zip", + "hash": "3f59921c15e8c1adf9323819a2b5f28ef4944e1156df2785aa632e0d8c83923c" }, "32bit": { - "url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.0/fzf-0.17.0-windows_386.zip", - "hash": "55d44d0782230e9f3c878e5f01579b8409e88c11e75b300c8d0861f207e85ef4" + "url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.1/fzf-0.17.1-windows_386.zip", + "hash": "ad1763cde14b5cc0d9860f042ca0c6fb3d2f142e1f8d394c0edf1f567c888e50" } }, "bin": "fzf.exe",