git » nmap.git » commit 237a132

upstream update

author Gaetan Bisson
2014-04-12 15:47:03 UTC
committer Gaetan Bisson
2014-04-12 15:47:03 UTC
parent 1572fac7c50f0d13e011f192f86e05b9d5ebd8b2

upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4403d3a..73f6cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=6.40
+pkgver=6.45
 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=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
+sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"