h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08: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.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.7.1/DirHash-1.7.1-x64.zip",
"hash": "3a2416b05ef8b56ba935562f03e8003020b465a5db500516d69405d5efbaa0bc"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.7.1/DirHash-1.7.1-x86.zip",
"hash": "40321b0996f3b782cf08bff00e594f86da36639c6da0a78c132a46f6e05ff518"
}
},
"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})"
}
}
}