From 495bae07c959db69876d0847fc1cba2a81c0455c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:31:11 +0000 Subject: [PATCH] gdu: Update to version 5.18.1 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index 87f26a6cf0..44f0515541 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.18.0", + "version": "5.18.1", "description": "A Fast Console Disk Usage Analyzer", "homepage": "https://github.com/dundee/gdu", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dundee/gdu/releases/download/v5.18.0/gdu_windows_amd64.exe.zip", - "hash": "ea8f5206306aa485ab277138093f2cb70fd39713434c0812be15289f784d33e3" + "url": "https://github.com/dundee/gdu/releases/download/v5.18.1/gdu_windows_amd64.exe.zip", + "hash": "b59b467b36ea561133357b1f458c823e3aca915f9f1c3a2021523663c85720f5" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",