From 7611f47122fbf89454a95e41a3a2e317e32d100b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 7 Jan 2017 15:52:40 +0100 Subject: [PATCH] hashcat: update to 3.30. --- srcpkgs/hashcat/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index 7ef389bdbe9..d76693b5490 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,9 +1,8 @@ # Template file for 'hashcat' pkgname=hashcat -version=3.20 +version=3.30 revision=1 build_style=gnu-makefile -make_build_target="native" make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" makedepends="gmp-devel opencl2-headers" short_desc="Advanced CPU-based password recovery utility" @@ -11,7 +10,7 @@ maintainer="Duncaen " license="MIT" homepage="https://hashcat.net/hashcat/" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" -checksum=7efb93073a79a80d7fe6a26740c6e099d456f6a06abff842eb0fb617618586cc +checksum=3acd1d783f13183c57383069403de0554534ac2b06a30e7e078544e524f940d2 CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/"