git » nmap.git » commit 490ee30

upstream update

author Gaetan Bisson
2014-08-23 05:11:53 UTC
committer Gaetan Bisson
2014-08-23 05:11:53 UTC
parent 891e95dacc7e10cd2b7c1dfc78ec842493ad1878

upstream update

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index ef223b7..376434d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=6.46
-pkgrel=2
+pkgver=6.47
+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' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"