mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/suricata: Updated for version 4.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
dd49a4aea2
commit
d3bba6360e
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for suricata
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 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:-4.0.1}
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="suricata"
|
||||
VERSION="4.0.1"
|
||||
VERSION="4.0.4"
|
||||
HOMEPAGE="https://suricata-ids.org/"
|
||||
DOWNLOAD="https://www.openinfosecfoundation.org/download/suricata-4.0.1.tar.gz"
|
||||
MD5SUM="d05b323b2554e02678dfc896bb7cc6e7"
|
||||
DOWNLOAD="https://www.openinfosecfoundation.org/download/suricata-4.0.4.tar.gz"
|
||||
MD5SUM="0ed72192cca00bea63ffd5463bacbdd5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libnet jansson"
|
||||
|
|
Loading…
Reference in a new issue