Skip to content

Commit 298905f

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

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

srcpkgs/hashcat/template

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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+
make_build_args="ENABLE_UNRAR=1 USE_SYSTEM_OPENCL=1
77
USE_SYSTEM_XXHASH=1 USE_SYSTEM_ZLIB=1 DEPS_OPENCL_PATH=${XBPS_CROSS_BASE}/usr/include
88
DEPS_XXHASH_PATH=${XBPS_CROSS_BASE}/usr/include DEPS_ZLIB_PATH=${XBPS_CROSS_BASE}/usr/include
99
SHARED_FOLDER=/usr/lib/hashcat"
1010
make_use_env=yes
1111
make_install_args="$make_build_args"
12+
hostmakedepends="rust cargo python3 python3-pybind11"
1213
makedepends="OpenCL-Headers xxHash-devel minizip-devel zlib-devel"
1314
checkdepends="perl"
1415
short_desc="Advanced CPU-based password recovery utility"
@@ -17,14 +18,10 @@ license="MIT"
1718
homepage="https://hashcat.net/hashcat/"
1819
changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
1920
distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
20-
checksum=b25e1077bcf34908cc8f18c1a69a2ec98b047b2cbcf0f51144dcf3ba1e0b7b2a
21+
checksum=9546a6326d747530b44fcc079babad40304a87f32d3c9080016d58b39cfc8b96
2122

2223
python_version=3
2324

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

0 commit comments

Comments
 (0)