2020-06-14 18:33:17 +02:00

36 lines
1.4 KiB
JSON

{
"homepage": "https://idrassi.github.io/DirHash",
"description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file",
"license": "BSD-3-Clause",
"version": "1.9.0",
"architecture": {
"64bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x64.zip",
"hash": "5cf9606bede101f92a39fee3a7efc4699d089f5e9152260a427fd0ec9e558d85"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x86.zip",
"hash": "5c877485d1227e9ce9a4cf6c9d1f7d2f1d9e72d15add89e520e106a54dd5a3c2"
}
},
"bin": "DirHash.exe",
"checkver": {
"url": "https://github.com/idrassi/DirHash/releases/latest",
"re": "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/latest",
"find": "$basename:\\s+([0-9a-fA-F]{64})"
}
}
}