2020-09-16 06:03:14 +00:00

36 lines
1.4 KiB
JSON

{
"version": "1.12.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.12.0/DirHash-1.12.0-x64.zip",
"hash": "939888101b6d755a3007cabee0bbeed899dea9a2f80c470ab4bcee46ee84aeb2"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.12.0/DirHash-1.12.0-x86.zip",
"hash": "b37d46b4d2ee9f71d0db8376fabfc1a1b2a55a88f7819173634471ad6495f04b"
}
},
"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*<code>$sha256"
}
}
}