diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index b16e4a4228..82b5790aa8 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,6 +1,6 @@ # Template file for 'hashcat' pkgname=hashcat -version=4.1.0 +version=4.2.0 revision=1 build_style=gnu-makefile make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" @@ -9,10 +9,11 @@ short_desc="Advanced CPU-based password recovery utility" maintainer="Duncaen " 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=bd23997153c5a8c8b35da3931ff74a808561399de3f3e07058ff4d2f8617119c +checksum=ed23c7188b6fc6f111052f1bb4cc56a2f26cfd37470ee3b466b77a26efccaa38 -CFLAGS="-W -Wall -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/" +CFLAGS="-W -Wall -std=c99 -Iinclude/ -Ideps/lzma_sdk/ -IOpenCL/" pre_build() { sed -i \