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- 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"
1010make_use_env=yes
1111make_install_args="$make_build_args"
12+ hostmakedepends="rust cargo python3 python3-pybind11"
1213makedepends="OpenCL-Headers xxHash-devel minizip-devel zlib-devel"
1314checkdepends="perl"
1415short_desc="Advanced CPU-based password recovery utility"
@@ -17,14 +18,10 @@ license="MIT"
1718homepage="https://hashcat.net/hashcat/"
1819changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt"
1920distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
20- checksum=b25e1077bcf34908cc8f18c1a69a2ec98b047b2cbcf0f51144dcf3ba1e0b7b2a
21+ checksum=9546a6326d747530b44fcc079babad40304a87f32d3c9080016d58b39cfc8b96
2122
2223python_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-
2825if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
2926 broken="Not supported on big endian"
3027fi
You can’t perform that action at this time.
0 commit comments