hashcat: Update to version 6.2.1

This commit is contained in:
Jakub Čábera 2021-05-15 09:24:13 -07:00
parent 429d270a49
commit 2d7f58fba2

View File

@ -1,15 +1,15 @@
{ {
"version": "6.2.0", "version": "6.2.1",
"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.0.7z", "url": "https://hashcat.net/files/hashcat-6.2.1.7z",
"hash": "0b956b51843076c8945414efdbdbf586318a74086aae29bd472b1af102d2e0f2" "hash": "d2b3c8f333c22cc4a021c916a95b8461e18d9c87103080fe06da247ae37cec80"
} }
}, },
"extract_dir": "hashcat-6.2.0", "extract_dir": "hashcat-6.2.1",
"bin": "hashcat.exe", "bin": "hashcat.exe",
"checkver": { "checkver": {
"github": "https://github.com/hashcat/hashcat" "github": "https://github.com/hashcat/hashcat"