diff options
author | root <root@rshg054.dnsready.net> | 2013-10-18 01:09:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-18 01:09:28 -0700 |
commit | cc1dbaab9d968ae5ace1956c3662b8b492694800 (patch) | |
tree | da9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /community/arp-scan | |
parent | c72dc5de577922ea7f6002cdabcfac1576eae211 (diff) |
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'community/arp-scan')
-rw-r--r-- | community/arp-scan/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD index e18269ecd..93566d506 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 65634 2012-02-21 15:59:18Z mtorromeo $ +# $Id: PKGBUILD 98753 2013-10-17 14:37:31Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: xav <xav at ethertricks dot net> pkgname=arp-scan -pkgver=1.8.1 -pkgrel=2 +pkgver=1.9 +pkgrel=1 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" arch=('i686' 'x86_64') url="http://www.nta-monitor.com/tools/arp-scan/" license=('GPL') depends=('libpcap' 'perl-libwww') -source=(http://www.nta-monitor.com/tools/arp-scan/download/${pkgname}-${pkgver}.tar.gz) -md5sums=('38db8f27fc6553a88367748ea04483d6') +source=(http://www.nta-monitor.com/files/arp-scan/${pkgname}-${pkgver}.tar.gz) build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,3 +23,4 @@ package() { make DESTDIR="${pkgdir}" install } +sha256sums=('ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892') |