2020-08-02 10:36:42 +02:00

36 lines
1.4 KiB
JSON

{
"version": "1.10.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.10.0/DirHash-1.10.0-x64.zip",
"hash": "2011eacd3c2e6874c3ad9ea0742542b6c5fa602c38bcd65ceadd796edf43c1b0"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x86.zip",
"hash": "4820f971350b80d75a41d2080926bf6785dfc004d95c0e8ce20fa1e1da99dab5"
}
},
"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"
}
}
}