diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index 82b5790aa8d..868ef1146d5 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,9 +1,9 @@ # Template file for 'hashcat' pkgname=hashcat -version=4.2.0 +version=4.2.1 revision=1 build_style=gnu-makefile -make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" +make_build_args="LFLAGS=${LDFLAGS} PREFIX=/usr" makedepends="gmp-devel opencl2-headers" short_desc="Advanced CPU-based password recovery utility" maintainer="Duncaen " @@ -11,7 +11,7 @@ license="MIT" homepage="https://hashcat.net/hashcat/" changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" -checksum=ed23c7188b6fc6f111052f1bb4cc56a2f26cfd37470ee3b466b77a26efccaa38 +checksum=7dad73c3406e66756b19e15ae8bcc482a52a422e8fb905feb6db4d2eb32e5320 CFLAGS="-W -Wall -std=c99 -Iinclude/ -Ideps/lzma_sdk/ -IOpenCL/"