nmap: update to 7.10

This commit is contained in:
gnastyle 2016-03-20 17:38:29 +01:00
parent 9ca3c56722
commit 2be29b6871

View File

@ -1,5 +1,5 @@
pkgname=nmap
pkgver=7.00
pkgver=7.10
pkgrel=1
pkgdesc="A network exploration tool and security/port scanner"
arch=('x86_64')
@ -11,7 +11,7 @@ makedepends=('python2')
optdepends=('pygtk: gui for nmap - zenmap')
options=('!makeflags')
source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('9f442301c615c608a385831c3505cdfed9b0795cd100f1a258b04509802802ae')
sha256sums=('58cf8896d09057d1c3533f430c06b22791d0227ebbb93dede2ccb73693ed4b4b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"