dirhash: Update to version 1.8.0

This commit is contained in:
Richard Kuhnt 2019-12-18 00:01:52 +00:00
parent b2b9ee7770
commit a1c69f776b

View File

@ -2,15 +2,15 @@
"homepage": "https://idrassi.github.io/DirHash",
"description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file",
"license": "BSD-3-Clause",
"version": "1.7.1",
"version": "1.8.0",
"architecture": {
"64bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.7.1/DirHash-1.7.1-x64.zip",
"hash": "3a2416b05ef8b56ba935562f03e8003020b465a5db500516d69405d5efbaa0bc"
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.8.0/DirHash-1.8.0-x64.zip",
"hash": "182b74c356623ed761df5e2d5090588934731f4591f825d750c58b54228c5b45"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.7.1/DirHash-1.7.1-x86.zip",
"hash": "40321b0996f3b782cf08bff00e594f86da36639c6da0a78c132a46f6e05ff518"
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.8.0/DirHash-1.8.0-x86.zip",
"hash": "1d7c00830f99fde5169f62710fd608babdd5892e89110d158d2b541eb6426d78"
}
},
"bin": "DirHash.exe",