2022-01-23 02:26:15 +05:30

36 lines
1.4 KiB
JSON

{
"version": "1.23.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.23.0/DirHash-1.23.0-x64.zip",
"hash": "f92689d8b7858837519f9be0529a278e751f8c51e08c95d2683c6226e15adfee"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-x86.zip",
"hash": "cd9c2512ef562223ea4448af6bb0f019a6db9100a1c32095da024ede146454ee"
}
},
"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"
}
}
}