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