From 6cbda5c07bcd3ef8432af0c0d8dcec523f9c5480 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 19 Aug 2025 16:29:25 +0200 Subject: [PATCH] nmap: update to 7.98. --- srcpkgs/nmap/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index d31cbd23278..64dc815b59e 100644 --- a/srcpkgs/nmap/template +++ b/srcpkgs/nmap/template @@ -1,7 +1,7 @@ # Template file for 'nmap' pkgname=nmap -version=7.95 -revision=3 +version=7.98 +revision=1 build_style=gnu-configure configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)" hostmakedepends="python3-setuptools automake python3-build python3-pip pkg-config python3-cairo python3-gobject" @@ -13,7 +13,7 @@ license="custom:nmap" homepage="https://nmap.org" changelog="https://raw.githubusercontent.com/nmap/nmap/master/CHANGELOG" distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2" -checksum=e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778 +checksum=ce847313eaae9e5c9f21708e42d2ab7b56c7e0eb8803729a3092f58886d897e6 repository=nonfree python_version=3