mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
hashcat@6.0.0: Fix manifest (#1175)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
0d46508f6e
commit
20ae0e11ef
@ -1,36 +1,25 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://hashcat.net/hashcat/",
|
|
||||||
"description": "Advanced password recovery tool.",
|
|
||||||
"license": "MIT",
|
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"url": "https://hashcat.net/files/hashcat-6.0.0.7z",
|
"description": "Advanced password recovery tool",
|
||||||
"extract_dir": "hashcat-6.0.0",
|
"homepage": "https://hashcat.net/hashcat/",
|
||||||
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"bin": [
|
"url": "https://hashcat.net/files/hashcat-6.0.0.7z",
|
||||||
[
|
"hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1"
|
||||||
"hashcat64.exe",
|
|
||||||
"hashcat",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"bin": [
|
|
||||||
[
|
|
||||||
"hashcat32.exe",
|
|
||||||
"hashcat",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1",
|
"extract_dir": "hashcat-6.0.0",
|
||||||
|
"bin": "hashcat.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/hashcat/hashcat/"
|
"github": "https://github.com/hashcat/hashcat"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://hashcat.net/files/hashcat-$version.7z"
|
||||||
|
}
|
||||||
|
},
|
||||||
"extract_dir": "hashcat-$version"
|
"extract_dir": "hashcat-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user