From bfda1b2381a3cec399bdaf0e71f688fee85b3913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 16 Jan 2021 20:19:30 +0100 Subject: [PATCH] dust: Update to version 0.5.4 --- bucket/dust.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dust.json b/bucket/dust.json index eafa90103a..b90b15d0c8 100644 --- a/bucket/dust.json +++ b/bucket/dust.json @@ -1,18 +1,18 @@ { - "version": "0.5.3", + "version": "0.5.4", "description": "du(1) - File space usage analyzer", "homepage": "https://github.com/bootandy/dust", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/bootandy/dust/releases/download/v0.5.3/dust-v0.5.3-x86_64-pc-windows-msvc.zip", - "hash": "4a99742497fd5950855323825257f639928e363db65478bfbadf7e3be873c548", - "extract_dir": "dust-v0.5.3-x86_64-pc-windows-msvc" + "url": "https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-x86_64-pc-windows-msvc.zip", + "hash": "27a519e6e93fea4f7c0c53cefd145a9fd6d1cd13b57e8eac5b30169e639d4cc3", + "extract_dir": "dust-v0.5.4-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/bootandy/dust/releases/download/v0.5.3/dust-v0.5.3-i686-pc-windows-msvc.zip", - "hash": "103102d57064964782e0ee9bcbf30384059a9189183135b624ce2bf5e63be734", - "extract_dir": "dust-v0.5.3-i686-pc-windows-msvc" + "url": "https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-i686-pc-windows-msvc.zip", + "hash": "9377c80a21d276a36a6c17419b51f5dfa0f588ab71e5de1806ecb98867de5e9d", + "extract_dir": "dust-v0.5.4-i686-pc-windows-msvc" } }, "bin": "dust.exe",