From 783cde233a6c005214086840f0ba7f13b603635b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Jul 2021 23:26:23 -0700 Subject: [PATCH] hashcat: Update to version 6.2.3 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index a7c16e9a35..3cab45d03a 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.2.2", + "version": "6.2.3", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.2.2.7z", - "hash": "a0eb967f23b5f50643df5939f9d322a85eaf739d0393d4d5c32d36652c3abb25" + "url": "https://hashcat.net/files/hashcat-6.2.3.7z", + "hash": "2383f1474cb36b9cab5a70522da140485b5c68bdf4f7dd50746b1c1b5e2ad9c1" } }, - "extract_dir": "hashcat-6.2.2", + "extract_dir": "hashcat-6.2.3", "bin": "hashcat.exe", "checkver": { "github": "https://github.com/hashcat/hashcat"