From 11be79c933a6d42b3c35114d8c653c946003be72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 4 Sep 2020 08:30:02 +0200 Subject: [PATCH] dust: Update to version 0.5.3 --- bucket/dust.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dust.json b/bucket/dust.json index 546b3a408e..eafa90103a 100644 --- a/bucket/dust.json +++ b/bucket/dust.json @@ -1,18 +1,18 @@ { - "version": "0.5.2", + "version": "0.5.3", "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.2/dust-v0.5.2-x86_64-pc-windows-msvc.zip", - "hash": "a33307042caaba68fd8705561ad417f2b0217357201523fff70263d0e65fb50c", - "extract_dir": "dust-v0.5.2-x86_64-pc-windows-msvc" + "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" }, "32bit": { - "url": "https://github.com/bootandy/dust/releases/download/v0.5.2/dust-v0.5.2-i686-pc-windows-msvc.zip", - "hash": "a91972920247c7dd91d789d57a43152413684ae735910a0ada56cf5fad0875ed", - "extract_dir": "dust-v0.5.2-i686-pc-windows-msvc" + "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" } }, "bin": "dust.exe",