git » nmap.git » commit 16b1f0c

upstream update

author Gaetan Bisson
2013-07-30 01:18:00 UTC
committer Gaetan Bisson
2013-07-30 01:18:00 UTC
parent f643f7356ea28b40d7ac4433630b889d94340545

upstream update

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index bdcccf4..45b7d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=6.25
-pkgrel=2
+pkgver=6.40
+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' 'libpcap' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
+sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"