From d76793f6745356d6ee2127ce5a2804910fc458ce Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 4 Oct 2020 13:11:27 +0200 Subject: [PATCH] nmap: update to 7.90. --- srcpkgs/nmap/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index 8f036af7fc4..c397f13edc1 100644 --- a/srcpkgs/nmap/template +++ b/srcpkgs/nmap/template @@ -1,7 +1,7 @@ # Template file for 'nmap' pkgname=nmap -version=7.80 -revision=4 +version=7.90 +revision=1 build_style=gnu-configure configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)" hostmakedepends="python" @@ -11,7 +11,7 @@ maintainer="Piraty " license="custom:nmap" homepage="https://nmap.org" distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2" -checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa +checksum=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8 build_options="lua" build_options_default="lua" @@ -29,14 +29,13 @@ pre_check() { } post_install() { - vlicense COPYING + vlicense LICENSE # do not use bundled certificates, use only system ones rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt } zenmap_package() { - archs=noarch depends="${sourcepkg}-${version}_${revision} pygtk" short_desc+=" - GUI Frontend" pkg_install() {