From c208b44420140ecb5c0e7bddff6d1deec50211b9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Jul 2021 00:00:33 +0000 Subject: [PATCH] dirhash: Update to version 1.19.0 --- bucket/dirhash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index 4336782891..78dbe49f2c 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,16 +1,16 @@ { - "version": "1.18.0", + "version": "1.19.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.18.0/DirHash-1.18.0-x64.zip", - "hash": "311323b1d5294846d74f27007ec61755ca3080a612d34b2827e3da7e93543215" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.19.0/DirHash-1.19.0-x64.zip", + "hash": "b8b13dbb9dc586a6e80b3a3d051d6d2f21f8b39e8da2bda00629a129d0ad4615" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.18.0/DirHash-1.18.0-x86.zip", - "hash": "16164e84ec0d2a18f51e7adccc83fc8f4e7455cfaa15437fe1d3378ddf93fbc0" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.19.0/DirHash-1.19.0-x86.zip", + "hash": "e7442ddb655429dab34853613f017d1d52d50ee5e596fe8d4a8c2897dc6102f9" } }, "bin": "DirHash.exe",