mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
* Add 25 descriptions * Update bucket/hashcat.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/hub.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/libwebp.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/mercurial.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kotlin-native.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kubectl.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/make.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/haxe.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update kotlin-native.json * Update leiningen.json * Update lessmsi.json * Update libwebp.json
37 lines
951 B
JSON
37 lines
951 B
JSON
{
|
|
"homepage": "https://hashcat.net/hashcat/",
|
|
"description": "Advanced password recovery tool.",
|
|
"license": "MIT",
|
|
"version": "5.1.0",
|
|
"url": "https://hashcat.net/files/hashcat-5.1.0.7z",
|
|
"extract_dir": "hashcat-5.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat64.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat32.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"hash": "d3b98f183be2b676d1d9734ac40d80b79e9b53fac32045636682ca10970c8edb",
|
|
"checkver": {
|
|
"github": "https://github.com/hashcat/hashcat/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
|
"extract_dir": "hashcat-$version"
|
|
}
|
|
}
|