From 2d7f58fba22558de06bba8823562f404a2abc84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 15 May 2021 09:24:13 -0700 Subject: [PATCH] hashcat: Update to version 6.2.1 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index ad50e5d08f..37e6b57120 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.2.0", + "version": "6.2.1", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.2.0.7z", - "hash": "0b956b51843076c8945414efdbdbf586318a74086aae29bd472b1af102d2e0f2" + "url": "https://hashcat.net/files/hashcat-6.2.1.7z", + "hash": "d2b3c8f333c22cc4a021c916a95b8461e18d9c87103080fe06da247ae37cec80" } }, - "extract_dir": "hashcat-6.2.0", + "extract_dir": "hashcat-6.2.1", "bin": "hashcat.exe", "checkver": { "github": "https://github.com/hashcat/hashcat"