File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'hashcat'
22pkgname=hashcat
3- version=6.2.6
3+ version=7.1.2
44revision=1
55build_style=gnu-makefile
6+ build_helper=rust
67make_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"
1011make_use_env=yes
1112make_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"
1315checkdepends="perl"
1416short_desc="Advanced CPU-based password recovery utility"
1517maintainer="Duncaen <duncaen@voidlinux.org>"
1618license="MIT"
1719homepage="https://hashcat.net/hashcat/"
1820changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
1921distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
20- checksum=b25e1077bcf34908cc8f18c1a69a2ec98b047b2cbcf0f51144dcf3ba1e0b7b2a
22+ checksum=9546a6326d747530b44fcc079babad40304a87f32d3c9080016d58b39cfc8b96
23+ lib32disabled=yes
2124
2225python_version=3
2326
You can’t perform that action at this time.
0 commit comments