mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
hashcat: update to 4.2.1.
This commit is contained in:
parent
b04cbf0b4c
commit
723ff17cbe
1 changed files with 3 additions and 3 deletions
|
@ -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/"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue