network/zmap: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5b5f4434e6
commit
d67ea51cad
|
@ -9,4 +9,4 @@ config() {
|
|||
}
|
||||
|
||||
config etc/zmap/zmap.conf.new
|
||||
config etc/zmap/blacklist.conf.new
|
||||
config etc/zmap/blocklist.conf.new
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=zmap
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zmap"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.2.0"
|
||||
HOMEPAGE="https://zmap.io"
|
||||
DOWNLOAD="https://github.com/zmap/zmap/archive/v4.1.1/zmap-4.1.1.tar.gz"
|
||||
MD5SUM="520946e4546e5194fd9c2e7dcf926421"
|
||||
DOWNLOAD="https://github.com/zmap/zmap/archive/v4.2.0/zmap-4.2.0.tar.gz"
|
||||
MD5SUM="cb9b0674819ac2a40c8461dbc47e7b74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="byacc gengetopt"
|
||||
|
|
Loading…
Reference in New Issue