hashcat: update to 4.2.0.
This commit is contained in:
parent
7872a3e5b7
commit
1b1d8efe5e
1 changed files with 4 additions and 3 deletions
|
@ -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 <duncaen@voidlinux.eu>"
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue