hashcat: update to 4.2.0.

This commit is contained in:
prspkt 2018-08-04 15:08:11 +03:00 committed by Enno Boland
parent 7872a3e5b7
commit 1b1d8efe5e

View file

@ -1,6 +1,6 @@
# Template file for 'hashcat' # Template file for 'hashcat'
pkgname=hashcat pkgname=hashcat
version=4.1.0 version=4.2.0
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr"
@ -9,10 +9,11 @@ short_desc="Advanced CPU-based password recovery utility"
maintainer="Duncaen <duncaen@voidlinux.eu>" maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://hashcat.net/hashcat/" 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" 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() { pre_build() {
sed -i \ sed -i \