nmap: update to 7.50
This commit is contained in:
parent
c318af6bc9
commit
53eaeeb96d
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nmap'
|
||||
pkgname=nmap
|
||||
version=7.40
|
||||
revision=2
|
||||
version=7.50
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="lua"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -13,9 +13,9 @@ makedepends="libpcap-devel pcre-devel libressl-devel $(vopt_if lua lua52-devel)"
|
|||
short_desc="Utility for network discovery and security auditing"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://nmap.org"
|
||||
distfiles="http://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||
checksum=9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188
|
||||
homepage="https://nmap.org"
|
||||
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||
checksum=e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2
|
||||
|
||||
post_install() {
|
||||
# do not use bundled certificates, use only system ones
|
||||
|
|
Loading…
Reference in a new issue