mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
36 lines
896 B
JSON
36 lines
896 B
JSON
{
|
|
"homepage": "https://hashcat.net/hashcat/",
|
|
"license": "MIT",
|
|
"version": "4.1.0",
|
|
"url": "https://hashcat.net/files/hashcat-4.1.0.7z",
|
|
"extract_dir": "hashcat-4.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat64.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat32.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"hash": "6edac8a411f013408e5113b2419b3fe1fb5ea996b6c2e27cd8d8e54b0776b112",
|
|
"checkver": {
|
|
"github": "https://github.com/hashcat/hashcat/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
|
"extract_dir": "hashcat-$version"
|
|
}
|
|
}
|