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