From 4fef8c2865dbba81fc1279dba31e4ad6d71c1f33 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Apr 2017 21:52:33 +0200 Subject: [PATCH] hashcat: update to 3.5.0. --- srcpkgs/hashcat/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index d4af6ecbf51..6dcf85f8d4a 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,6 +1,7 @@ # Template file for 'hashcat' pkgname=hashcat -version=3.40 +reverts="3.10_1 3.20_1 3.30_1 3.40_1" +version=3.5.0 revision=1 build_style=gnu-makefile make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" @@ -10,7 +11,7 @@ maintainer="Duncaen " license="MIT" homepage="https://hashcat.net/hashcat/" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" -checksum=d9d74a8fc4860e83c5bc006abcc54ee995c58654afacaf51294e1a6929980d48 +checksum=af764698f48145ac96cf01c65cf76bcb88e205aeb4614025ae32d847571c4390 CFLAGS="-W -Wall -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/"