hashcat: Update to version 6.2.3

This commit is contained in:
Jakub Čábera 2021-07-16 23:26:23 -07:00
parent 28d282d192
commit 783cde233a

View File

@ -1,15 +1,15 @@
{ {
"version": "6.2.2", "version": "6.2.3",
"description": "Advanced password recovery tool", "description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/", "homepage": "https://hashcat.net/hashcat/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://hashcat.net/files/hashcat-6.2.2.7z", "url": "https://hashcat.net/files/hashcat-6.2.3.7z",
"hash": "a0eb967f23b5f50643df5939f9d322a85eaf739d0393d4d5c32d36652c3abb25" "hash": "2383f1474cb36b9cab5a70522da140485b5c68bdf4f7dd50746b1c1b5e2ad9c1"
} }
}, },
"extract_dir": "hashcat-6.2.2", "extract_dir": "hashcat-6.2.3",
"bin": "hashcat.exe", "bin": "hashcat.exe",
"checkver": { "checkver": {
"github": "https://github.com/hashcat/hashcat" "github": "https://github.com/hashcat/hashcat"