1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 15:17:08 +00:00

nmap: Update from 7.40 to 7.50

This commit is contained in:
Fredrik Fornwall 2017-06-14 13:45:00 +02:00
parent 4cdaff359a
commit daf892039f

View File

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://nmap.org/
TERMUX_PKG_DESCRIPTION="Utility for network discovery and security auditing"
TERMUX_PKG_VERSION=7.40
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=7.50
TERMUX_PKG_SRCURL=https://nmap.org/dist/nmap-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188
TERMUX_PKG_SHA256=e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2
# Depend on netcat so that it gets installed automatically when installing
# nmap, since the ncat program is usually distributed as part of nmap.
TERMUX_PKG_DEPENDS="libpcap, pcre, openssl, resolv-conf, netcat, liblua"