From 9aa45805c67f27c47accdc412a593ce5d5c25b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 2 Aug 2020 21:24:19 +0200 Subject: [PATCH] dust: Update to version 0.5.2 --- bucket/dust.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dust.json b/bucket/dust.json index 4952208bc2..546b3a408e 100644 --- a/bucket/dust.json +++ b/bucket/dust.json @@ -1,18 +1,18 @@ { - "version": "0.5.1", + "version": "0.5.2", "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.1/dust-v0.5.1-x86_64-pc-windows-msvc.zip", - "hash": "c2ebd370bd0c837257bd360b613d89edce5bb1ea289bd22ae2936b53154d5680", - "extract_dir": "dust-v0.5.1-x86_64-pc-windows-msvc" + "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" }, "32bit": { - "url": "https://github.com/bootandy/dust/releases/download/v0.5.1/dust-v0.5.1-i686-pc-windows-msvc.zip", - "hash": "9ffbe635367c4e6718b547a61f39cbc1d54108371486a7854a4c80c3c44894d1", - "extract_dir": "dust-v0.5.1-i686-pc-windows-msvc" + "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" } }, "bin": "dust.exe",