network/icinga2: Updated for version 2.13.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12ba1d533c
commit
73e336ece0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for icinga2
|
||||
|
||||
# Copyright 2015 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2015, 2022 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=icinga2
|
||||
VERSION=${VERSION:-2.13.2}
|
||||
VERSION=${VERSION:-2.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="icinga2"
|
||||
VERSION="2.13.2"
|
||||
HOMEPAGE="https://www.icinga.org/"
|
||||
DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.13.2/icinga2-2.13.2.tar.gz"
|
||||
MD5SUM="91b5cf42d88f09617b76e8a398df0c26"
|
||||
VERSION="2.13.3"
|
||||
HOMEPAGE="https://www.icinga.com/"
|
||||
DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.13.3/icinga2-2.13.3.tar.gz"
|
||||
MD5SUM="e39b6c9046947993bf6e215b8842f7e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yajl"
|
||||
|
|
|
@ -14,6 +14,6 @@ icinga2: and generates performance data for reporting.
|
|||
icinga2: Scalable and extensible, Icinga 2 can monitor large, complex
|
||||
icinga2: environments across multiple locations.
|
||||
icinga2:
|
||||
icinga2: Homepage: http://www.icinga.org/
|
||||
icinga2: Homepage: https://www.icinga.com/
|
||||
icinga2:
|
||||
icinga2:
|
||||
|
|
Loading…
Reference in New Issue