From 3387e2715f5f2578f6260b04103c0b7892e78892 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Sat, 11 Jul 2015 00:36:39 +0200 Subject: [PATCH] zabbix: increase PKG_RELEASE Signed-off-by: Etienne CHAMPETIER --- admin/zabbix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 9f2c86e36..e764b7701 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zabbix PKG_VERSION:=2.4.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/zabbix