Browse Source
network/zmap: UPdated for version 4.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Willy Sudiarto Raharjo
8 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/zmap/zmap.SlackBuild
-
network/zmap/zmap.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for zmap |
|
|
|
|
|
|
|
# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# Copyright 2015-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=zmap |
|
|
|
VERSION=${VERSION:-4.3.1} |
|
|
|
VERSION=${VERSION:-4.3.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="zmap" |
|
|
|
VERSION="4.3.1" |
|
|
|
VERSION="4.3.2" |
|
|
|
HOMEPAGE="https://zmap.io" |
|
|
|
DOWNLOAD="https://github.com/zmap/zmap/archive/v4.3.1/zmap-4.3.1.tar.gz" |
|
|
|
MD5SUM="1e96e4e33ce63f45e912346a0001e4ec" |
|
|
|
DOWNLOAD="https://github.com/zmap/zmap/archive/v4.3.2/zmap-4.3.2.tar.gz" |
|
|
|
MD5SUM="321e3114a7e314d68bab0ef9054fdd5a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="byacc gengetopt" |
|
|
|