Nathan Mueller 20ae0e11ef
hashcat@6.0.0: Fix manifest (#1175)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
2020-06-18 19:10:44 +02:00

26 lines
717 B
JSON

{
"version": "6.0.0",
"description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-6.0.0.7z",
"hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1"
}
},
"extract_dir": "hashcat-6.0.0",
"bin": "hashcat.exe",
"checkver": {
"github": "https://github.com/hashcat/hashcat"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-$version.7z"
}
},
"extract_dir": "hashcat-$version"
}
}