dirhash: Update to version 1.22.0

This commit is contained in:
Richard Kuhnt 2021-08-09 00:00:40 +00:00
parent 50126749c6
commit b264dfcbe5

View File

@ -1,16 +1,16 @@
{ {
"version": "1.21.0", "version": "1.22.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.21.0/DirHash-1.21.0-x64.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x64.zip",
"hash": "533b4e9951b95f649836bd3f65ebd3242220217e1a586400f959eaf3cddc6a52" "hash": "553bc540c8d81528787e880169d98510af294b4167a6d211fdb0d03bae620419"
}, },
"32bit": { "32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.21.0/DirHash-1.21.0-x86.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x86.zip",
"hash": "cceaad56402c8cc4262b130461758d4f5b40de3021e5790fc427c1d0daf19677" "hash": "16244da5234a669f71d51228aaecab1f8fb0ff82c35b4d8d22f4fd112bca38a2"
} }
}, },
"bin": "DirHash.exe", "bin": "DirHash.exe",