nmap: update to 7.91.
zenmap is actually python2
This commit is contained in:
parent
d9230ce5f3
commit
c58ebb30c1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nmap'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.90
|
version=7.91
|
||||||
revision=1
|
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)"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="custom:nmap"
|
license="custom:nmap"
|
||||||
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=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8
|
checksum=18cc4b5070511c51eb243cdd2b0b30ff9b2c4dc4544c6312f75ce3a67a593300
|
||||||
python_version=3
|
python_version=2
|
||||||
|
|
||||||
build_options="lua"
|
build_options="lua"
|
||||||
build_options_default="lua"
|
build_options_default="lua"
|
||||||
|
|
Loading…
Reference in a new issue