From 2180819caa14a883a26fc7be1d8f312d8a7336c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 00:33:58 +0000 Subject: [PATCH] gdu: Update to version 5.17.1 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index 9970c39868..a1cc905775 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.17.0", + "version": "5.17.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.17.0/gdu_windows_amd64.exe.zip", - "hash": "e259243f57204423d51d358395693c3fa7312a66d37decf77b56b25cf1fc5503" + "url": "https://github.com/dundee/gdu/releases/download/v5.17.1/gdu_windows_amd64.exe.zip", + "hash": "f5ce3c52b8e9c2bd387ea556ad20ef22f3a3ebd54f5cfa7ceb6f2abcbc45fe30" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",