2024-10-14 04:29:40 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.4.5",
"description": "A console utility for computing and verifying hash sums of files.",
"homepage": "https://rhash.sourceforge.net/",
"license": "0BSD",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/rhash/rhash/1.4.5/rhash-1.4.5-win64.zip",
"hash": "sha1:10be0dfc1f5c5611981783b6e7633553229c97e2",
"extract_dir": "RHash-1.4.5-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/rhash/rhash/1.4.5/rhash-1.4.5-win32.zip",
"hash": "sha1:695ea2b76a221cd034bb0415adf21ad3e6cd2b06",
"extract_dir": "RHash-1.4.5-win32"
}
},
"bin": "rhash.exe",
"checkver": {
"sourceforge": "rhash/rhash"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/rhash/rhash/$version/rhash-$version-win64.zip",
"extract_dir": "RHash-$version-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/rhash/rhash/$version/rhash-$version-win32.zip",
"extract_dir": "RHash-$version-win32"
}
}
}
}