hashcat: update to 4.2.1.

This commit is contained in:
maxice8 2018-08-07 20:04:53 -03:00 committed by Enno Boland
parent b04cbf0b4c
commit 723ff17cbe

View file

@ -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 <duncaen@voidlinux.eu>"
@ -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/"