From 3bb06f26dd044b250ced92145f6b6bf6fc4834ba Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 31 Jul 2021 14:00:32 +0000 Subject: [PATCH] dirhash: Update to version 1.21.0 --- bucket/dirhash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index a0d506b4a8..b10547dd7f 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,16 +1,16 @@ { - "version": "1.20.0", + "version": "1.21.0", "description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file", "homepage": "https://idrassi.github.io/DirHash", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.20.0/DirHash-1.20.0-x64.zip", - "hash": "1c9d308c0c7b2ee97a41de1d32775510d3e42635195faf3e8e8f85a4bbaffc60" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.21.0/DirHash-1.21.0-x64.zip", + "hash": "533b4e9951b95f649836bd3f65ebd3242220217e1a586400f959eaf3cddc6a52" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.20.0/DirHash-1.20.0-x86.zip", - "hash": "62b567cff321e7d1d205a029a5272a3976161dd1524b71f6268b17a9e428913a" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.21.0/DirHash-1.21.0-x86.zip", + "hash": "cceaad56402c8cc4262b130461758d4f5b40de3021e5790fc427c1d0daf19677" } }, "bin": "DirHash.exe",