From 3b527b8f223390d4178ebd58fd37248966edc8d7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 2 Dec 2018 12:01:51 +0000 Subject: [PATCH] hashcat: Update to version 5.1.0 --- hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hashcat.json b/hashcat.json index 7659783352..1e00dc2aff 100644 --- a/hashcat.json +++ b/hashcat.json @@ -1,9 +1,9 @@ { "homepage": "https://hashcat.net/hashcat/", "license": "MIT", - "version": "5.0.0", - "url": "https://hashcat.net/files/hashcat-5.0.0.7z", - "extract_dir": "hashcat-5.0.0", + "version": "5.1.0", + "url": "https://hashcat.net/files/hashcat-5.1.0.7z", + "extract_dir": "hashcat-5.1.0", "architecture": { "64bit": { "bin": [ @@ -24,7 +24,7 @@ ] } }, - "hash": "107aab296823b9fc53234af88ac747e4cf464096184668b4d8809a27b80960ad", + "hash": "d3b98f183be2b676d1d9734ac40d80b79e9b53fac32045636682ca10970c8edb", "checkver": { "github": "https://github.com/hashcat/hashcat/" },