Skip to content

Commit 03146f8

Browse files
committed
hashcat: update to 7.1.2.
1 parent f78547e commit 03146f8

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

srcpkgs/hashcat/template

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
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+
build_helper=rust
67
make_build_args="ENABLE_UNRAR=$(vopt_if unrar 1 0) 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"
12-
makedepends="OpenCL-Headers xxHash-devel minizip-devel zlib-devel"
13+
hostmakedepends="rust cargo python3 python3-pybind11"
14+
makedepends="OpenCL-Headers xxHash-devel minizip-devel zlib-devel rust-std"
1315
checkdepends="perl"
1416
short_desc="Advanced CPU-based password recovery utility"
1517
maintainer="Duncaen <duncaen@voidlinux.org>"
1618
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
23+
lib32disabled=yes
2124

2225
python_version=3
2326

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

0 commit comments

Comments
 (0)