mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.26.1",
|
|
"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.26.1/DirHash-1.26.1-x64.zip",
|
|
"hash": "16a2c2ef448c02ae16aae7e4ef6dc8e2a9f8f280ea7ebf27ba6525ae15071367"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.26.1/DirHash-1.26.1-x86.zip",
|
|
"hash": "4743f3e336eef5ba83505b4ba8825ef01c11b0325b91668d30f9d60f99167e50"
|
|
}
|
|
},
|
|
"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*$sha256"
|
|
}
|
|
}
|
|
}
|