From bea3af6ad017b139aa9b02827b21430902a7166b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 9 Jun 2017 18:01:49 +0200 Subject: [PATCH] Update hashcat to version 3.6.0 --- hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hashcat.json b/hashcat.json index dcd729b2ef..1e2c8c149f 100644 --- a/hashcat.json +++ b/hashcat.json @@ -1,9 +1,9 @@ { "homepage": "https://hashcat.net/hashcat/", "license": "mit", - "version": "3.5.0", - "url": "https://hashcat.net/files/hashcat-3.5.0.7z", - "extract_dir": "hashcat-3.5.0", + "version": "3.6.0", + "url": "https://hashcat.net/files/hashcat-3.6.0.7z", + "extract_dir": "hashcat-3.6.0", "architecture": { "64bit": { "bin": [ @@ -24,7 +24,7 @@ ] } }, - "hash": "0f3f1338325e1f46c1a622b30e9b90c4b54216d89e00b74816562e2659b2fc2a", + "hash": "84ad1d952081effe32e0f2293fdce65961bb0c5c219026f2a6466c1f99bac8fb", "checkver": { "github": "https://github.com/hashcat/hashcat/" },