ScoopInstaller_Main/hashcat.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

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"
}
}