dirhash: Update to version 1.20.0

This commit is contained in:
Richard Kuhnt 2021-07-29 23:00:33 +00:00
parent 01c68d457d
commit cb5afbc4d9

View File

@ -1,16 +1,16 @@
{ {
"version": "1.19.0", "version": "1.20.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.19.0/DirHash-1.19.0-x64.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.20.0/DirHash-1.20.0-x64.zip",
"hash": "b8b13dbb9dc586a6e80b3a3d051d6d2f21f8b39e8da2bda00629a129d0ad4615" "hash": "1c9d308c0c7b2ee97a41de1d32775510d3e42635195faf3e8e8f85a4bbaffc60"
}, },
"32bit": { "32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.19.0/DirHash-1.19.0-x86.zip", "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.20.0/DirHash-1.20.0-x86.zip",
"hash": "e7442ddb655429dab34853613f017d1d52d50ee5e596fe8d4a8c2897dc6102f9" "hash": "62b567cff321e7d1d205a029a5272a3976161dd1524b71f6268b17a9e428913a"
} }
}, },
"bin": "DirHash.exe", "bin": "DirHash.exe",