diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2021-12-09 02:22:10 +0300 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2021-12-21 21:38:54 +0100 |
commit | 2d680d787f8cde9b8ff5b601d55721c8eeefaafe (patch) | |
tree | 4a8e62897e4d5283193bc7ea1daa389c8bd90649 /admin/zabbix/Makefile | |
parent | b2309dc25e5080bfb49d21e1a4bd751460c9465d (diff) |
zabbix: update to 5.0.18
Updated to latest 5.0 LTS minor release
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'admin/zabbix/Makefile')
-rw-r--r-- | admin/zabbix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 0eeab81f3..09c5d3928 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zabbix -PKG_VERSION:=5.0.7 -PKG_RELEASE:=4 +PKG_VERSION:=5.0.18 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/5.0/ -PKG_HASH:=d762f8a9aa9e8717d2e85d2a82d27316ea5c2b214eb00aff41b6e9b06107916a +PKG_HASH:=7d15c4d683801edc2bdcda3fd94afdf6a7142a1a92aa71f4a9220af8e39d9e0e PKG_MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com> PKG_LICENSE:=GPL-2.0 |