From 9679968f92b312b0b6401ac1ea5a39bf49bf8e11 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 21 Nov 2021 00:00:38 +0000 Subject: [PATCH] dirhash: Update to version 1.23.0 --- bucket/dirhash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index 762179f176..1783238a3c 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,16 +1,16 @@ { - "version": "1.22.0", + "version": "1.23.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.22.0/DirHash-1.22.0-x64.zip", - "hash": "553bc540c8d81528787e880169d98510af294b4167a6d211fdb0d03bae620419" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-x64.zip", + "hash": "f92689d8b7858837519f9be0529a278e751f8c51e08c95d2683c6226e15adfee" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x86.zip", - "hash": "16244da5234a669f71d51228aaecab1f8fb0ff82c35b4d8d22f4fd112bca38a2" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-x86.zip", + "hash": "cd9c2512ef562223ea4448af6bb0f019a6db9100a1c32095da024ede146454ee" } }, "bin": "DirHash.exe",