mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.21.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.21.0/DirHash-1.21.0-x64.zip",
|
|
"hash": "533b4e9951b95f649836bd3f65ebd3242220217e1a586400f959eaf3cddc6a52"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.21.0/DirHash-1.21.0-x86.zip",
|
|
"hash": "cceaad56402c8cc4262b130461758d4f5b40de3021e5790fc427c1d0daf19677"
|
|
}
|
|
},
|
|
"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*<code>$sha256"
|
|
}
|
|
}
|
|
}
|