From fe30c3488549ef30d62bd039658159678af962c6 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 4 Oct 2020 12:47:35 +0200 Subject: [PATCH] nmap: update to 7.90. --- srcpkgs/nmap/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index 8f036af7fc4..4658eae16a6 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,7 +29,7 @@ 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