diff --git a/srcpkgs/hashcat/patches/musl.patch b/srcpkgs/hashcat/patches/musl.patch deleted file mode 100644 index 3a0963d704..0000000000 --- a/srcpkgs/hashcat/patches/musl.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git include/common.h include/common.h -index c63d15a..2a8b3bc 100644 ---- include/common.h -+++ include/common.h -@@ -41,7 +42,13 @@ - #include - - #ifdef LINUX -+#ifdef __GLIBC__ - #include -+#else -+#include -+#include -+#define termio termios -+#endif - #endif - - #ifdef DARWIN diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index 2f4c65320f..8c52b11c28 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -1,6 +1,6 @@ # Template file for 'hashcat' pkgname=hashcat -version=3.00 +version=3.10 revision=1 build_style=gnu-makefile make_build_target="native" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="MIT" homepage="https://hashcat.net/hashcat/" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" -checksum=0283791b91db9dd7ee7431d8975c63419c73232945b76eedcefbe12becfa19c4 +checksum=3b555e5f7b35ab6a4558bc460f28d80b32f5a211bf9e08d6a1ba1bad5203e3e9 CFLAGS="-W -Wall -std=c99 -Iinclude/ -IOpenCL/"