From 53cc82e6a753788ae5155eb5804963ec6e925224 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 9 Nov 2021 22:00:38 +0000 Subject: [PATCH] gdu: Update to version 5.10.0 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index eb75935ce4..dd5d2dd070 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.9.0", + "version": "5.10.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.9.0/gdu_windows_amd64.exe.zip", - "hash": "2bcbce4c4aee696a4423fcf03406adc7bcdcd92f51fd1faa997c5e20dfcba3c7" + "url": "https://github.com/dundee/gdu/releases/download/v5.10.0/gdu_windows_amd64.exe.zip", + "hash": "0399eff3adae84c535d6b4e00024e7b0bd1d69e0cf2456a6794317278f8fdcdf" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",