From 5966206e229439ba6fc8c9d2a3c6251e1075fb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 2 Aug 2020 10:36:42 +0200 Subject: [PATCH] dirhash: Update to version 1.10.0 --- bucket/dirhash.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/dirhash.json b/bucket/dirhash.json index fb43c9e0c5..6f46d8633b 100644 --- a/bucket/dirhash.json +++ b/bucket/dirhash.json @@ -1,22 +1,22 @@ { - "homepage": "https://idrassi.github.io/DirHash", + "version": "1.10.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", - "version": "1.9.0", "architecture": { "64bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x64.zip", - "hash": "5cf9606bede101f92a39fee3a7efc4699d089f5e9152260a427fd0ec9e558d85" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x64.zip", + "hash": "2011eacd3c2e6874c3ad9ea0742542b6c5fa602c38bcd65ceadd796edf43c1b0" }, "32bit": { - "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x86.zip", - "hash": "5c877485d1227e9ce9a4cf6c9d1f7d2f1d9e72d15add89e520e106a54dd5a3c2" + "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x86.zip", + "hash": "4820f971350b80d75a41d2080926bf6785dfc004d95c0e8ce20fa1e1da99dab5" } }, "bin": "DirHash.exe", "checkver": { - "url": "https://github.com/idrassi/DirHash/releases/latest", - "re": "DirHash-([\\d.]+)-x64.zip" + "github": "https://github.com/idrassi/DirHash", + "regex": "DirHash-([\\d.]+)-x64\\.zip" }, "autoupdate": { "architecture": { @@ -28,8 +28,8 @@ } }, "hash": { - "url": "https://github.com/idrassi/DirHash/releases/latest", - "find": "$basename:\\s+([0-9a-fA-F]{64})" + "url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version", + "regex": "$basename:\\s*$sha256" } } }