dirhash: Update to version 1.15.0

This commit is contained in:
Jakub Čábera 2020-11-28 08:38:02 +01:00
parent 6837b165a7
commit f379ac0253

View File

@ -1,16 +1,16 @@
{ {
"version": "1.14.0", "version": "1.15.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.14.0/DirHash-1.14.0-x64.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.15.0/DirHash-1.15.0-x64.zip",
"hash": "49a29f332bd02ac0c4620b5b3a4cc8adf9109f890749d1b49b935e56247c4fcd" "hash": "751f93cc4eebeb8b049bf3c47cbff19bfe23749f7a0d76a7ebc68a0da0111e83"
}, },
"32bit": { "32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.14.0/DirHash-1.14.0-x86.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.15.0/DirHash-1.15.0-x86.zip",
"hash": "fcac80c6290d6673dd0d265d3067b6c66282748b0988c9c9b2dcd03d40cec41c" "hash": "83ee78bc2850d0f1fb06823756521256efe5f8dfd003b9b3970ca9bb96803e63"
} }
}, },
"bin": "DirHash.exe", "bin": "DirHash.exe",