summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sajna2018-11-03 15:38:02 -0700
committerPaul Sajna2018-11-03 15:38:02 -0700
commit9728c63d28487f92b62ce5d3ae1af60282010f2e (patch)
tree7499aa39fc7a8d2ea29b7d89f20f27d99beef5ff
parentd35512300c9dfd6a42d5c5143984c60b61bc6d5b (diff)
downloadaur-9728c63d28487f92b62ce5d3ae1af60282010f2e.tar.gz
update to 2.7
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eef34e664ead..61b45a5633ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Paul Sajna <sajattack@gmail.com>
pkgname='fern-wifi-cracker'
-pkgver='2.6'
+pkgver='2.7'
pkgrel=1
groups=('blackarch' 'blackarch-cracker' 'blackarch-wireless')
pkgdesc='WEP, WPA wifi cracker for wireless penetration testing'
@@ -13,11 +13,11 @@ depends=('python2' 'python2-pyqt4' 'aircrack-ng' 'xterm' 'subversion' 'scapy'
makedepends=('unzip')
replaces=('fern-wifi-cracker-git')
conflicts=('fern-wifi-cracker-git')
-source=("https://github.com/savio-code/fern-wifi-cracker/archive/2.6.zip")
+source=("https://github.com/savio-code/fern-wifi-cracker/archive/v$pkgver.zip")
sha1sums=('SKIP')
prepare() {
- unzip $pkgver.zip
+ unzip v$pkgver.zip
cd "$srcdir/$pkgname-$pkgver/Fern-Wifi-Cracker"
}