mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Update acmesharp.json * Update adb.json * Update ammonite.json * Update ant.json * Update apache.json * Update axel.json * Update bazel.json * Update bfg.json * Update blink1-tool.json * Update busybox.json * Update cacert.json * Update composer.json * Update dart.json * Update dep.json * Update devd.json * Update diffutils.json * Update dig.json * Update digdag.json * Update dirhash.json * Update docfx.json * Update docker-compose.json * Update docker-machine.json * Update docker.json * Update dosbox.json * Update dotnet-sdk.json * Update dotnet.json
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.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})"
|
|
}
|
|
}
|
|
}
|