From 9da7417d801187e3f21e2a0be9add419d26aa71a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 00:35:32 +0000 Subject: [PATCH] gdu: Update to version 5.14.0 --- bucket/gdu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gdu.json b/bucket/gdu.json index 6ec06fc910..f0e1e44693 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,12 +1,12 @@ { - "version": "5.13.2", + "version": "5.14.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.13.2/gdu_windows_amd64.exe.zip", - "hash": "b2af36017048b8175f18c7f28d18c719039852ed477e61b82121c1eb16581121" + "url": "https://github.com/dundee/gdu/releases/download/v5.14.0/gdu_windows_amd64.exe.zip", + "hash": "ce0569d92321fe0b5a0b70efa4fe09d2d7a36d45764b72722a7b553e00cb7d1b" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",