Skip to content

Commit f03f6d5

Browse files
committed
hashcat: update to 7.1.2.
1 parent 2547178 commit f03f6d5

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

srcpkgs/hashcat/template

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Template file for 'hashcat'
22
pkgname=hashcat
3-
version=6.2.6
3+
version=7.1.2
44
revision=1
55
build_style=gnu-makefile
6-
make_build_args="ENABLE_UNRAR=$(vopt_if unrar 1 0) USE_SYSTEM_OPENCL=1
6+
build_helper=rust
7+
make_build_args="ENABLE_UNRAR=1 USE_SYSTEM_OPENCL=1
78
USE_SYSTEM_XXHASH=1 USE_SYSTEM_ZLIB=1 DEPS_OPENCL_PATH=${XBPS_CROSS_BASE}/usr/include
89
DEPS_XXHASH_PATH=${XBPS_CROSS_BASE}/usr/include DEPS_ZLIB_PATH=${XBPS_CROSS_BASE}/usr/include
910
SHARED_FOLDER=/usr/lib/hashcat"
1011
make_use_env=yes
1112
make_install_args="$make_build_args"
13+
hostmakedepends="rust cargo"
1214
makedepends="OpenCL-Headers xxHash-devel minizip-devel zlib-devel"
1315
checkdepends="perl"
1416
short_desc="Advanced CPU-based password recovery utility"
@@ -17,14 +19,10 @@ license="MIT"
1719
homepage="https://hashcat.net/hashcat/"
1820
changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
1921
distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
20-
checksum=b25e1077bcf34908cc8f18c1a69a2ec98b047b2cbcf0f51144dcf3ba1e0b7b2a
22+
checksum=9546a6326d747530b44fcc079babad40304a87f32d3c9080016d58b39cfc8b96
2123

2224
python_version=3
2325

24-
build_options="unrar"
25-
desc_option_unrar="Enable support for unrar"
26-
# unrar option disabled by default because of license issues
27-
2826
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
2927
broken="Not supported on big endian"
3028
fi

0 commit comments

Comments
 (0)