From 6d9c8581ce7510493e8a6122cc9b2c358311adb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 16 Nov 2020 14:20:22 +0100 Subject: [PATCH] dirhash: Update to version 1.14.0 --- bucket/dirhash.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index 882d838f57..5171be7e7c 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,16 +1,16 @@ { - "version": "1.13.0", + "version": "1.14.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.13.0/DirHash-1.13.0-x64.zip", - "hash": "73663d99f1ff92a1ca43d0812b5104157b4067cbcd48cc4b36f8514132f8cb94" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.14.0/DirHash-1.14.0-x64.zip", + "hash": "49a29f332bd02ac0c4620b5b3a4cc8adf9109f890749d1b49b935e56247c4fcd" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.13.0/DirHash-1.13.0-x86.zip", - "hash": "a39e6a1a2a259255041198b7498776c2c50c51300d00ba3651c27444d6efbe1c" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.14.0/DirHash-1.14.0-x86.zip", + "hash": "fcac80c6290d6673dd0d265d3067b6c66282748b0988c9c9b2dcd03d40cec41c" } }, "bin": "DirHash.exe",