git » nmap.git » commit 1f7346f

upstream update

author Gaetan Bisson
2016-03-18 21:23:17 UTC
committer Gaetan Bisson
2016-03-18 21:23:17 UTC
parent ee8981ba5c14d8282d81e63175986040b7267190

upstream update

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3019e7f..89f3443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=7.01
-pkgrel=2
+pkgver=7.10
+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=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
+sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"