mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.14.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.14.0/DirHash-1.14.0-x64.zip",
|
|
"hash": "49a29f332bd02ac0c4620b5b3a4cc8adf9109f890749d1b49b935e56247c4fcd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.14.0/DirHash-1.14.0-x86.zip",
|
|
"hash": "fcac80c6290d6673dd0d265d3067b6c66282748b0988c9c9b2dcd03d40cec41c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|