From 84c81bfd3db694bf50ab1f88e1f1603d516df988 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 2 May 2017 03:15:17 +0100 Subject: [PATCH] hashcat 3.5.0 Change in version scheme upstream was intentional: https://github.com/hashcat/hashcat/commit/ac99df6618abc0fcb868e592b116a59b7c042fdb Closes #13139. Signed-off-by: Alexander Hamann --- Formula/hashcat.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Formula/hashcat.rb b/Formula/hashcat.rb index 33183634bf..de2dde4986 100644 --- a/Formula/hashcat.rb +++ b/Formula/hashcat.rb @@ -1,10 +1,12 @@ class Hashcat < Formula desc "World's fastest and most advanced password recovery utility" homepage "https://hashcat.net/hashcat/" - url "https://hashcat.net/files/hashcat-3.40.tar.gz" + url "https://hashcat.net/files/hashcat-3.5.0.tar.gz" # Note the mirror will return 301 until the version becomes outdated. - mirror "https://hashcat.net/files_legacy/hashcat-3.40.tar.gz" - sha256 "92627197daa850dc7d723793150801c0791fe31f6c767de68417cee097ad6f4c" + mirror "https://hashcat.net/files_legacy/hashcat-3.5.0.tar.gz" + sha256 "ed56265d5f05320dadce1e5fda2abda3ea49709b4d11b435dd1fde777fa503b6" + version_scheme 1 + head "https://github.com/hashcat/hashcat.git" bottle do