From 2fc46bc6a754502b4775a4584fd64425bab6dfe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:31:58 +0000 Subject: [PATCH] gdu: Update to version 5.31.0 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index 13e60ef380..fb1836c9bb 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.30.1", + "version": "5.31.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.30.1/gdu_windows_amd64.exe.zip", - "hash": "f5f2c0e2da339775918a9890a79c54962d8f2e5a24b95db9e016c5b946b09b8c" + "url": "https://github.com/dundee/gdu/releases/download/v5.31.0/gdu_windows_amd64.exe.zip", + "hash": "ee7e5a4503ec6cfefd73137872ef395fe69b2f80732d27fcb28b20b377210876" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",