{ "version": "1.22.0", "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", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x64.zip", "hash": "553bc540c8d81528787e880169d98510af294b4167a6d211fdb0d03bae620419" }, "32bit": { "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x86.zip", "hash": "16244da5234a669f71d51228aaecab1f8fb0ff82c35b4d8d22f4fd112bca38a2" } }, "bin": "DirHash.exe", "checkver": { "github": "https://github.com/idrassi/DirHash", "regex": "DirHash-([\\d.]+)-x64\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_$version/DirHash-$version-x64.zip" }, "32bit": { "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_$version/DirHash-$version-x86.zip" } }, "hash": { "url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version", "regex": "$basename:\\s*$sha256" } } }