network/icinga2: Updated for version 2.13.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2022-02-27 16:29:32 +00:00 committed by Robby Workman
parent 604d4035c6
commit 78c11d6d63
2 changed files with 7 additions and 7 deletions

View File

@ -25,14 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=icinga2
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="icinga2"
VERSION="2.4.0"
VERSION="2.13.2"
HOMEPAGE="https://www.icinga.org/"
DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.4.0.tar.gz"
MD5SUM="fba998d5da10f95c512ac3e41616c264"
DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.13.2/icinga2-2.13.2.tar.gz"
MD5SUM="91b5cf42d88f09617b76e8a398df0c26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yajl"