git » nmap.git » commit 9df835c

upstream update

author Gaetan Bisson
2015-12-11 03:31:02 UTC
committer Gaetan Bisson
2015-12-11 03:31:02 UTC
parent 4b8366cc961eff049d142eda88b589bdb30dfee7

upstream update

PKGBUILD +3 -3

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