From 6191a60915210d00f68bd03a762f90be2a16d82d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Sep 2020 06:03:14 +0000 Subject: [PATCH] dirhash: Update to version 1.12.0 --- bucket/dirhash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index 9f8b10dff9..01ad9dbb43 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,16 +1,16 @@ { - "version": "1.11.0", + "version": "1.12.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.11.0/DirHash-1.11.0-x64.zip", - "hash": "a6d8b8c31cd6ad5bea5bff21c90eba1d8d68e40b11ca4682bd36a5121120dcb8" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.12.0/DirHash-1.12.0-x64.zip", + "hash": "939888101b6d755a3007cabee0bbeed899dea9a2f80c470ab4bcee46ee84aeb2" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.11.0/DirHash-1.11.0-x86.zip", - "hash": "af4159c2f39d95b2b18fde6acdd1612565a99939a9837ce7d9df42b932cdd939" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.12.0/DirHash-1.12.0-x86.zip", + "hash": "b37d46b4d2ee9f71d0db8376fabfc1a1b2a55a88f7819173634471ad6495f04b" } }, "bin": "DirHash.exe",