summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:24 -0400
committerbrent s2016-04-06 04:18:24 -0400
commit157af79172a2a33395444ed0b3714e42e21237a3 (patch)
tree99216ebd0942e11ebc42ab74469294b52932e896
parent5c9831c46ae85b6840569bf6e00b9ed642e04401 (diff)
downloadaur-157af79172a2a33395444ed0b3714e42e21237a3.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD5
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512e505c1a33..1fe0930cc247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 02:25:11 UTC 2016
+# Wed Apr 6 08:18:24 UTC 2016
pkgbase = sucrack
pkgdesc = a multi-threaded Linux/UNIX tool for brute-force cracking local user accounts via su
pkgver = 1.2.3
- pkgrel = 4
+ pkgrel = 5
url = http://labs.portcullis.co.uk/application/sucrack
arch = i686
arch = x86_64
license = custom
source = http://labs.portcullis.co.uk/download/sucrack-1.2.3.tar.gz
- md5sums = 6ebfe5e94577a53ce8dcabadd3581ec3
+ sha512sums = 6ea47a542a652ce416af9f8dece569eec6662a361860a150291e1f6c23ff0cc8288b573aee047624c4c2c32f51aa01c6ce88177a0f41353b17c891d905085a41
pkgname = sucrack
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..eb92abd3548b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+sucrack
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index c552134bc89b..421f492c4e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Past Maintainer: bslackr <brendan at vastactive dot com>
pkgname=sucrack
pkgver=1.2.3
-pkgrel=4
+pkgrel=5
pkgdesc='a multi-threaded Linux/UNIX tool for brute-force cracking local user accounts via su'
url='http://labs.portcullis.co.uk/application/sucrack'
license=('custom')
arch=('i686' 'x86_64')
source=("http://labs.portcullis.co.uk/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6ebfe5e94577a53ce8dcabadd3581ec3')
+sha512sums=('6ea47a542a652ce416af9f8dece569eec6662a361860a150291e1f6c23ff0cc8288b573aee047624c4c2c32f51aa01c6ce88177a0f41353b17c891d905085a41')
build() {
unset LDFLAGS