nmap: update to 7.50

This commit is contained in:
Jeff Huang 2017-06-14 01:35:03 +01:00
parent 7332f67edf
commit 5164ccf987

View File

@ -1,5 +1,5 @@
pkgname=nmap
pkgver=7.40
pkgver=7.50
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=('9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188')
sha256sums=('e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"