Skip to content

Commit bb52a0f

Browse files
committed
Update for zeek version 8.0.6
1 parent 6e61a3b commit bb52a0f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
zeek*.gz

zeek/zeek.SlackBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cd $(dirname $0) ; CWD=$(pwd)
2626

2727
PRGNAM=zeek
28-
VERSION=${VERSION:-8.0.4}
28+
VERSION=${VERSION:-8.0.6}
2929
BUILD=${BUILD:-1}
3030
TAG=${TAG:-_SBo}
3131
PKGTYPE=${PKGTYPE:-tgz}

zeek/zeek.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="zeek"
2-
VERSION="8.0.4"
2+
VERSION="8.0.6"
33
HOMEPAGE="https://www.zeek.org"
4-
DOWNLOAD="https://download.zeek.org/zeek-8.0.4.tar.gz"
5-
MD5SUM="5963f1e418ef3529c3d2090c62ca72be"
4+
DOWNLOAD="https://download.zeek.org/zeek-8.0.6.tar.gz"
5+
MD5SUM="fbbae1257aeca92886caf6acee09f2ff"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="zeromq"

0 commit comments

Comments
 (0)