dirhash: Update to version 1.11.0

This commit is contained in:
Jakub Čábera 2020-09-01 15:18:27 +02:00
parent 1e00c315a8
commit 3a149caca1

View File

@ -1,16 +1,16 @@
{ {
"version": "1.10.0", "version": "1.11.0",
"description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file", "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", "homepage": "https://idrassi.github.io/DirHash",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x64.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.11.0/DirHash-1.11.0-x64.zip",
"hash": "2011eacd3c2e6874c3ad9ea0742542b6c5fa602c38bcd65ceadd796edf43c1b0" "hash": "a6d8b8c31cd6ad5bea5bff21c90eba1d8d68e40b11ca4682bd36a5121120dcb8"
}, },
"32bit": { "32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x86.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.11.0/DirHash-1.11.0-x86.zip",
"hash": "4820f971350b80d75a41d2080926bf6785dfc004d95c0e8ce20fa1e1da99dab5" "hash": "af4159c2f39d95b2b18fde6acdd1612565a99939a9837ce7d9df42b932cdd939"
} }
}, },
"bin": "DirHash.exe", "bin": "DirHash.exe",