From 953173bb0e3be5fe2eb97a3c51d454e0cf5a84a2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 7 Mar 2017 17:08:32 +0100 Subject: [PATCH] hashcat: update to 3.40. --- srcpkgs/hashcat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index d76693b5490..d4af6ecbf51 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,6 +1,6 @@ # Template file for 'hashcat' pkgname=hashcat -version=3.30 +version=3.40 revision=1 build_style=gnu-makefile make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" @@ -10,9 +10,9 @@ maintainer="Duncaen " license="MIT" homepage="https://hashcat.net/hashcat/" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" -checksum=3acd1d783f13183c57383069403de0554534ac2b06a30e7e078544e524f940d2 +checksum=d9d74a8fc4860e83c5bc006abcc54ee995c58654afacaf51294e1a6929980d48 -CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/" +CFLAGS="-W -Wall -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/" pre_build() { sed -i \