git » nmap.git » commit 70e25eb

upstream update

author Gaetan Bisson
2015-11-19 21:57:11 UTC
committer Gaetan Bisson
2015-11-19 21:57:11 UTC
parent 46c74a6e6cebb270deb71e0b3ec23650e2d25573

upstream update

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index facf95d..22b9190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=6.47
-pkgrel=3
+pkgver=7.00
+pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('pygtk: zenmap'
             'gksu: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'lua52')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"