git » nmap.git » commit b752063

upstream update

author Gaetan Bisson
2014-04-18 18:44:39 UTC
committer Gaetan Bisson
2014-04-18 18:44:39 UTC
parent 237a132c262d1fce78fd8baf70ba68b77daface3

upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 73f6cf2..4312bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=6.45
+pkgver=6.46
 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' 'libpcap' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
+sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"