[arch-commits] Commit in nmap/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Jan 24 07:55:04 UTC 2010
Date: Sunday, January 24, 2010 @ 02:55:04
Author: tpowa
Revision: 65070
upgpkg: nmap 5.20-1
bump to latest version
Modified:
nmap/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-24 07:41:26 UTC (rev 65069)
+++ PKGBUILD 2010-01-24 07:55:04 UTC (rev 65070)
@@ -2,7 +2,7 @@
# Maintainer: Hugo Doria <hugo at archlinux.org>
pkgname=nmap
-pkgver=5.00
+pkgver=5.20
pkgrel=1
pkgdesc="A network exploration tool and security/port scanner"
arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@
optdepends=('pygtk: gui for nmap')
options=('!makeflags')
source=(http://download.insecure.org/nmap/dist/${pkgname}-${pkgver}.tgz)
-md5sums=('6b5b28f421cae71fd2710c1247c8db66')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -33,3 +32,4 @@
# install custom GPL2 license
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
+md5sums=('ed8567c898c6b8f285fb7bebae449a1c')
More information about the arch-commits
mailing list