From 0158660dcd8673c4b58666f09f641f89803c7857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 7 Dec 2020 22:05:44 +0100 Subject: [PATCH] fd: Update to version 8.2.1 --- bucket/fd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fd.json b/bucket/fd.json index 5a1d7cd3a4..074e857364 100644 --- a/bucket/fd.json +++ b/bucket/fd.json @@ -1,16 +1,16 @@ { - "version": "8.2.0", + "version": "8.2.1", "description": "A simple, fast and user-friendly alternative to 'find'.", "homepage": "https://github.com/sharkdp/fd", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sharkdp/fd/releases/download/v8.2.0/fd-v8.2.0-x86_64-pc-windows-msvc.zip", - "hash": "0c9c3c37f2208a896b10248c51d976d7dcf2cd610803d44b27cc331406713fda" + "url": "https://github.com/sharkdp/fd/releases/download/v8.2.1/fd-v8.2.1-x86_64-pc-windows-msvc.zip", + "hash": "6084192b6a15fa8591386ad296a2083b888f72db376d78a906016549c5f388d4" }, "32bit": { - "url": "https://github.com/sharkdp/fd/releases/download/v8.2.0/fd-v8.2.0-i686-pc-windows-msvc.zip", - "hash": "bcfdff792091c853630c71b43117641f7b85b4b22523135021fceb3d91d3d331" + "url": "https://github.com/sharkdp/fd/releases/download/v8.2.1/fd-v8.2.1-i686-pc-windows-msvc.zip", + "hash": "0695d78490b49019f9d559e1ccbda0102796120852e3356d839a586b5d7ff49d" } }, "bin": "fd.exe",