From 20ae0e11ef329bdfc712f2d061e3de635dbf2e3b Mon Sep 17 00:00:00 2001 From: Nathan Mueller Date: Thu, 18 Jun 2020 11:10:44 -0600 Subject: [PATCH] hashcat@6.0.0: Fix manifest (#1175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/hashcat.json | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index 813869dc3f..98724ced74 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,36 +1,25 @@ { - "homepage": "https://hashcat.net/hashcat/", - "description": "Advanced password recovery tool.", - "license": "MIT", "version": "6.0.0", - "url": "https://hashcat.net/files/hashcat-6.0.0.7z", - "extract_dir": "hashcat-6.0.0", + "description": "Advanced password recovery tool", + "homepage": "https://hashcat.net/hashcat/", + "license": "MIT", "architecture": { "64bit": { - "bin": [ - [ - "hashcat64.exe", - "hashcat", - "" - ] - ] - }, - "32bit": { - "bin": [ - [ - "hashcat32.exe", - "hashcat", - "" - ] - ] + "url": "https://hashcat.net/files/hashcat-6.0.0.7z", + "hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1" } }, - "hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1", + "extract_dir": "hashcat-6.0.0", + "bin": "hashcat.exe", "checkver": { - "github": "https://github.com/hashcat/hashcat/" + "github": "https://github.com/hashcat/hashcat" }, "autoupdate": { - "url": "https://hashcat.net/files/hashcat-$version.7z", + "architecture": { + "64bit": { + "url": "https://hashcat.net/files/hashcat-$version.7z" + } + }, "extract_dir": "hashcat-$version" } }