network/suricata: Updated for version 2.0.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e92ce33d2e
commit
50f0ec177d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for suricata
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=suricata
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
VERSION=${VERSION:-2.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="suricata"
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.0.8"
|
||||
HOMEPAGE="http://suricata-ids.org/"
|
||||
DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-2.0.7.tar.gz"
|
||||
MD5SUM="43cd7dd958d434c580426020079914d7"
|
||||
DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-2.0.8.tar.gz"
|
||||
MD5SUM="a9553ccf942c0c4aa1e1a188ec1f7d93"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcap-ng libnet jansson"
|
||||
|
|
Loading…
Reference in New Issue