mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.4 KiB
JSON
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.8.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.8.0/DirHash-1.8.0-x64.zip",
|
|
"hash": "182b74c356623ed761df5e2d5090588934731f4591f825d750c58b54228c5b45"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.8.0/DirHash-1.8.0-x86.zip",
|
|
"hash": "1d7c00830f99fde5169f62710fd608babdd5892e89110d158d2b541eb6426d78"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|