From 12052a89c03ff849e2655bb85c141ace9705cafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 29 Jul 2020 22:50:58 +0200 Subject: [PATCH] hashcat: Update to version 6.1.1 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index 3ca0a0a257..e617e36f6b 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.1.0", + "version": "6.1.1", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.1.0.7z", - "hash": "87046e240dee509b2740d06a7da4689b637be642b3c054a813b35f47634cd216" + "url": "https://hashcat.net/files/hashcat-6.1.1.7z", + "hash": "444e1e671147056e96d265c77d8d44e8fef908bd008ce60fd4c3853a1c9ad3af" } }, - "extract_dir": "hashcat-6.1.0", + "extract_dir": "hashcat-6.1.1", "bin": "hashcat.exe", "checkver": { "github": "https://github.com/hashcat/hashcat"