ScoopInstaller_Main/dirhash.json
2018-08-04 11:00:23 +00:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://idrassi.github.io/DirHash",
"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})"
}
}
}