git » nmap.git » commit 0ba5f3d

upstream update

author Gaetan Bisson
2016-10-21 18:51:28 UTC
committer Gaetan Bisson
2016-10-21 18:51:28 UTC
parent 59d44ec3f2174dc4b0b14402b672031be42863c7

upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 949f100..208da35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=7.30
+pkgver=7.31
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
@@ -17,7 +17,7 @@ optdepends=('pygtk: zenmap'
             'gksu: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'lua52')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"