nmap: update to 7.80.
This commit is contained in:
parent
c5579aafbb
commit
1f75e2a331
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nmap'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.70
|
version=7.80
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://nmap.org"
|
homepage="https://nmap.org"
|
||||||
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||||
checksum=847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18
|
checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa
|
||||||
build_options="lua"
|
build_options="lua"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="lua"
|
build_options_default="lua"
|
||||||
|
|
Loading…
Reference in New Issue