From 6795353403f49fd98d3de8a3576f15c0dea5640b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 04:53:26 +0000 Subject: [PATCH] gdu: Update to version 5.16.0 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index ba6b21b004..127dbaec24 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.15.0", + "version": "5.16.0", "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.15.0/gdu_windows_amd64.exe.zip", - "hash": "df77987072d2226fe6654d148fd5943892bcc1dfc4323710036c2a14dc673592" + "url": "https://github.com/dundee/gdu/releases/download/v5.16.0/gdu_windows_amd64.exe.zip", + "hash": "aa0995f8d246c02043d064bec741cd7bbe197f2e145f77fab4fd743bbafa530b" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",