From 481471be09069539037377532f541eb5b7aae5d4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 13 Jun 2021 14:00:22 +0000 Subject: [PATCH] hashcat: Update to version 6.2.2 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index 37e6b57120..a7c16e9a35 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.2.1", + "version": "6.2.2", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.2.1.7z", - "hash": "d2b3c8f333c22cc4a021c916a95b8461e18d9c87103080fe06da247ae37cec80" + "url": "https://hashcat.net/files/hashcat-6.2.2.7z", + "hash": "a0eb967f23b5f50643df5939f9d322a85eaf739d0393d4d5c32d36652c3abb25" } }, - "extract_dir": "hashcat-6.2.1", + "extract_dir": "hashcat-6.2.2", "bin": "hashcat.exe", "checkver": { "github": "https://github.com/hashcat/hashcat"