author | Gaetan Bisson
<bisson@archlinux.org> 2016-03-30 17:16:12 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2016-03-30 17:16:12 UTC |
parent | 5c5dde1b07b43e964cb65a035a14dc50749bcfb3 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1a53936..517d31b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=nmap -pkgver=7.11 +pkgver=7.12 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' 'lua52') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('9d06e5ef40cff8e540d1bf9113482a5b4755cf2f') +sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231') build() { cd "${srcdir}/${pkgname}-${pkgver}"