From 9cf5de22e7fa81d9c02d2323c3b8cb2e5d7291ae Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 3 Aug 2020 16:13:53 -0500 Subject: [PATCH] hashcat: update to 6.1.0. --- srcpkgs/hashcat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index 1308ed73b3c039..aa2a72ea0d8c63 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,6 +1,6 @@ # Template file for 'hashcat' pkgname=hashcat -version=6.0.0 +version=6.1.0 revision=1 build_style=gnu-makefile make_build_args="PREFIX=/usr @@ -18,7 +18,7 @@ license="MIT" homepage="https://hashcat.net/hashcat/" changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt" distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz" -checksum=e8e70f2a5a608a4e224ccf847ad2b8e4d68286900296afe00eb514d8c9ec1285 +checksum=916f92434e3b36a126be1d1247a95cd3b32b4d814604960a2ca325d4cc0542d1 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="Not supported on big endian"