nmap: update to 7.70

This commit is contained in:
cvh 2018-03-23 11:37:21 +01:00
parent 0cc2060dea
commit 0702d14748

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="nmap"
PKG_VERSION="7.11"
PKG_SHA256="dfc95db3a8ee4c56650dbaa5a1a1e989b2963de8faea2531c21e6fd6e0bccc2a"
PKG_VERSION="7.70"
PKG_SHA256="847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://nmap.org/"
PKG_URL="http://nmap.org/dist/${PKG_NAME}-${PKG_VERSION}.tgz"
PKG_URL="http://nmap.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="tools"
PKG_SHORTDESC="network tool"
@ -45,5 +45,5 @@ pre_configure_target() {
}
makeinstall_target() {
: # nop
:
}