mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/aircrack-ng to 1.4-1
This commit is contained in:
parent
c42d425a46
commit
a1bd9d0504
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contributor: Brad Fanella <bradfanella@archlinux.us>
|
||||
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
|
||||
|
@ -9,9 +8,9 @@
|
|||
# - build v7 with neon
|
||||
|
||||
pkgname=aircrack-ng
|
||||
_pkgver=1.3
|
||||
_pkgver=1.4
|
||||
pkgver=${_pkgver//-/}
|
||||
pkgrel=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
|
||||
arch=('x86_64')
|
||||
url="https://www.aircrack-ng.org"
|
||||
|
@ -22,7 +21,7 @@ conflicts=('aircrack-ng-scripts')
|
|||
replaces=('aircrack-ng-scripts')
|
||||
provides=('aircrack-ng-scripts')
|
||||
source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
|
||||
md5sums=('c7c5b076dee0c25ee580b0f56f455623')
|
||||
md5sums=('24e22f6f6eca1e7dc0d203e5719d3e8d')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$_pkgver
|
||||
|
|
Loading…
Reference in a new issue