network/zeek: Updated for version 3.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michael Edie 2020-01-26 07:13:50 +07:00 committed by Willy Sudiarto Raharjo
parent f6fa453e04
commit 491705be7b
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Zeek
# Copyright 2018-2019 Michael Edie Orlando, FL USA
# Copyright 2018-2020 Michael Edie Orlando, FL USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zeek
VERSION=${VERSION:-3.0.0}
VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="zeek"
VERSION="3.0.0"
VERSION="3.0.1"
HOMEPAGE="https://www.zeek.org"
DOWNLOAD="https://www.zeek.org/downloads/zeek-3.0.0.tar.gz"
MD5SUM="6f952bac75a8b5299d45361da93fd9e9"
DOWNLOAD="https://www.zeek.org/downloads/zeek-3.0.1.tar.gz"
MD5SUM="8067e609e8ac988131505f1d7da9c348"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Michael Edie"
EMAIL="michael@sawbox.net"
EMAIL="michael@edie.io"