mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hashcat: update to 6.2.6.
This commit is contained in:
parent
ded6dbb8a7
commit
7c488301ae
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hashcat'
|
# Template file for 'hashcat'
|
||||||
pkgname=hashcat
|
pkgname=hashcat
|
||||||
version=6.2.5
|
version=6.2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="ENABLE_UNRAR=$(vopt_if unrar 1 0) USE_SYSTEM_OPENCL=1
|
make_build_args="ENABLE_UNRAR=$(vopt_if unrar 1 0) USE_SYSTEM_OPENCL=1
|
||||||
|
@ -17,7 +17,9 @@ license="MIT"
|
||||||
homepage="https://hashcat.net/hashcat/"
|
homepage="https://hashcat.net/hashcat/"
|
||||||
changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
|
changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
|
||||||
distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
|
distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
|
||||||
checksum=6f6899d7ad899659f7b43a4d68098543ab546d2171f8e51d691d08a659378969
|
checksum=b25e1077bcf34908cc8f18c1a69a2ec98b047b2cbcf0f51144dcf3ba1e0b7b2a
|
||||||
|
|
||||||
|
python_version=3
|
||||||
|
|
||||||
build_options="unrar"
|
build_options="unrar"
|
||||||
desc_option_unrar="Enable support for unrar"
|
desc_option_unrar="Enable support for unrar"
|
||||||
|
|
Loading…
Add table
Reference in a new issue