From bcd922c7d92853dbbcf041677e51a4de8d78dc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 5 Feb 2021 13:05:58 +0100 Subject: [PATCH] duf: Update to version 0.6.0 --- bucket/duf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/duf.json b/bucket/duf.json index ba9b07b996..19365992e8 100644 --- a/bucket/duf.json +++ b/bucket/duf.json @@ -1,16 +1,16 @@ { - "version": "0.5.0", + "version": "0.6.0", "description": "Disk Usage/Free Utility - a better 'df' alternative", "homepage": "https://github.com/muesli/duf", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/muesli/duf/releases/download/v0.5.0/duf_0.5.0_Windows_x86_64.zip", - "hash": "37b618d5867e640b75aebce0e735185bc6d329bf6b10bcd0ce0d8131a6c0d40d" + "url": "https://github.com/muesli/duf/releases/download/v0.6.0/duf_0.6.0_Windows_x86_64.zip", + "hash": "9cf11c16e62d4f37bc7272dc0f113695eb9783e1da3bcd4b162f53cce538b472" }, "32bit": { - "url": "https://github.com/muesli/duf/releases/download/v0.5.0/duf_0.5.0_Windows_i386.zip", - "hash": "056befc834451c7a7b00180b0f75fef2637d5a500fdedc29db17570d5003a842" + "url": "https://github.com/muesli/duf/releases/download/v0.6.0/duf_0.6.0_Windows_i386.zip", + "hash": "068453afdb16c87ef6a0356020d7ae36bd593739b5a222ea5276543289d6ca0a" } }, "bin": "duf.exe",