From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Koch To: development@lists.ipfire.org Subject: [PATCH 1/2] zabbix_agentd: update to 4.2.0 Date: Wed, 10 Apr 2019 20:33:30 +0200 Message-ID: <1554921211-25082-1-git-send-email-ipfire@starkstromkonsument.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7608403967481106101==" List-Id: --===============7608403967481106101== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Relase Notes: https://www.zabbix.com/rn/rn4.2.0 Signed-off-by: Alexander Koch --- lfs/zabbix_agentd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd index b086d9f..d7f7fc3 100644 --- a/lfs/zabbix_agentd +++ b/lfs/zabbix_agentd @@ -24,7 +24,7 @@ include Config -VER = 4.0.4 +VER = 4.2.0 THISAPP = zabbix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 46fdb83d4b24e13127a20a3e874b1d8f +$(DL_FILE)_MD5 = 20f261708f95787f3dbea3eab89f804d install : $(TARGET) -- 2.7.4 --===============7608403967481106101==--