summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dd270558924..53ff60780190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=hashcat-utils-git
-pkgver=1.2.r1.g9135127
-pkgrel=2
+pkgver=v1.8.r7.g0dd8834
+pkgrel=1
pkgdesc="Hashcat-utils are a set of small utilities that are useful in advanced password cracking."
arch=('i686' 'x86_64')
url="https://github.com/hashcat/hashcat-utils"
@@ -29,7 +29,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname/src"
- make linux
+ make
strip *.bin
}