mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/zabbix_server: Updated for version 6.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
389dbb0516
commit
08354703e6
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=zabbix_server
|
PRGNAM=zabbix_server
|
||||||
VERSION=${VERSION:-6.0.6}
|
VERSION=${VERSION:-6.0.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="zabbix_server"
|
PRGNAM="zabbix_server"
|
||||||
VERSION="6.0.6"
|
VERSION="6.0.9"
|
||||||
HOMEPAGE="https://www.zabbix.com"
|
HOMEPAGE="https://www.zabbix.com"
|
||||||
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.0/zabbix-6.0.6.tar.gz"
|
DOWNLOAD="https://cdn.zabbix.com/zabbix/sources/stable/6.0/zabbix-6.0.9.tar.gz"
|
||||||
MD5SUM="3aff89b2cadf21339be7d5cc381feb15"
|
MD5SUM="09a0a984d667b79478351786731a8d17"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="unixODBC"
|
REQUIRES="unixODBC"
|
||||||
|
|
Loading…
Reference in a new issue