From cfdf68385dd015ec3b4a5362a73041e19e2e997d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 00:32:21 +0000 Subject: [PATCH] gdu: Update to version 5.13.1 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index 795fba50f6..b7757d8d12 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.13.0", + "version": "5.13.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.13.0/gdu_windows_amd64.exe.zip", - "hash": "12f70533d936ba184069ee4e4c48bee9dcbaab466452edcccf5c5993559793e4" + "url": "https://github.com/dundee/gdu/releases/download/v5.13.1/gdu_windows_amd64.exe.zip", + "hash": "00cbd1669122577874193f57a5f7aa59e7d6c9d4055ba1fcbf371f641390f64b" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",