From b5973eb962abac903acd5aea5f2c71ed0c471f65 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Aug 2021 19:00:35 +0000 Subject: [PATCH] hashcat: Update to version 6.2.4 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index 3cab45d03a..9825a92633 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.2.3", + "version": "6.2.4", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.2.3.7z", - "hash": "2383f1474cb36b9cab5a70522da140485b5c68bdf4f7dd50746b1c1b5e2ad9c1" + "url": "https://hashcat.net/files/hashcat-6.2.4.7z", + "hash": "be6abeca5ab5b06a17850c69e954e7124d91ecdb5844b75e4df548158cbc9514" } }, - "extract_dir": "hashcat-6.2.3", + "extract_dir": "hashcat-6.2.4", "bin": "hashcat.exe", "checkver": { "github": "https://github.com/hashcat/hashcat"