git » nmap.git » commit 5c5dde1

upstream update

author Gaetan Bisson
2016-03-23 19:21:54 UTC
committer Gaetan Bisson
2016-03-23 19:21:54 UTC
parent eda2d9a97283ed4510cfa8c5b1f4a9c551151b77

upstream update

PKGBUILD +3 -3

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