From 37e2968b62cf520e7b7f109e2a29ff339619724c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:34:09 +0000 Subject: [PATCH] dust: Update to version 1.1.0 --- bucket/dust.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dust.json b/bucket/dust.json index eb33cefbbd..e9b123d1ed 100644 --- a/bucket/dust.json +++ b/bucket/dust.json @@ -1,18 +1,18 @@ { - "version": "1.0.0", + "version": "1.1.0", "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/v1.0.0/dust-v1.0.0-x86_64-pc-windows-msvc.zip", - "hash": "95f253cb769abe4fc41209f05264f97c5bc380b757c8c769e08d50bc5ec8449b", - "extract_dir": "dust-v1.0.0-x86_64-pc-windows-msvc" + "url": "https://github.com/bootandy/dust/releases/download/v1.1.0/dust-v1.1.0-x86_64-pc-windows-msvc.zip", + "hash": "7fe34e5f94afe84393ce2487db7f4524e9c1cfdd5cd547ef30210202ec3ae11f", + "extract_dir": "dust-v1.1.0-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/bootandy/dust/releases/download/v1.0.0/dust-v1.0.0-i686-pc-windows-msvc.zip", - "hash": "7222a5e0c47555832fe0229ab11ef241f2b61b536716143e09ef4f7e47cb9fc0", - "extract_dir": "dust-v1.0.0-i686-pc-windows-msvc" + "url": "https://github.com/bootandy/dust/releases/download/v1.1.0/dust-v1.1.0-i686-pc-windows-msvc.zip", + "hash": "2093cd1d2fd9747b07560632837bc3005879674f35898a8b658c6eb1a64731ef", + "extract_dir": "dust-v1.1.0-i686-pc-windows-msvc" } }, "bin": "dust.exe",