mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
network/zeek: Updated for version 7.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e6ac8aee57
commit
ea8e7b0c03
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=zeek
|
||||
VERSION=${VERSION:-6.0.6}
|
||||
VERSION=${VERSION:-7.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zeek"
|
||||
VERSION="6.0.6"
|
||||
VERSION="7.0.4"
|
||||
HOMEPAGE="https://www.zeek.org"
|
||||
DOWNLOAD="https://download.zeek.org/zeek-6.0.6.tar.gz"
|
||||
MD5SUM="5f60c60201c8dadbc16f6eebc7dc5359"
|
||||
DOWNLOAD="https://download.zeek.org/zeek-7.0.4.tar.gz"
|
||||
MD5SUM="5bdd8521c1722c2e7d3dbb298e86ec29"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue