From 82c4ce5b29bc27dcbd0e20c8fc5faaac3ad454a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 17 Apr 2020 09:06:06 +0200 Subject: [PATCH] fd: Update to version 8.0.0 --- bucket/fd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fd.json b/bucket/fd.json index 2a202d5752..7f21520b51 100644 --- a/bucket/fd.json +++ b/bucket/fd.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/sharkdp/fd", "description": "A simple, fast and user-friendly alternative to 'find'.", "license": "MIT", - "version": "7.5.0", + "version": "8.0.0", "architecture": { "64bit": { - "url": "https://github.com/sharkdp/fd/releases/download/v7.5.0/fd-v7.5.0-x86_64-pc-windows-msvc.zip", - "hash": "fc66afc55d6c93d03d046cd2e593e4e499051c8e0148aa59368792ca0db439cf" + "url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-x86_64-pc-windows-msvc.zip", + "hash": "3bdf273c8a7e3b93c181fd475e0ba39018ac229414af6fdab16b17803db1b3b0" }, "32bit": { - "url": "https://github.com/sharkdp/fd/releases/download/v7.5.0/fd-v7.5.0-i686-pc-windows-msvc.zip", - "hash": "7a0932383da31e36907654b5c7e70d0b34ae58e5c26355294ce47f96162d9533" + "url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-i686-pc-windows-msvc.zip", + "hash": "0c93ff40583bc36bc58ee99e7ee0a4226ca6e220ae312385751f843827ab89de" } }, "bin": "fd.exe",