From 80159102fcddef6db3c778ebf1f080ebde5504c6 Mon Sep 17 00:00:00 2001 From: Dirk Wagner Date: Tue, 27 Jan 2015 14:11:28 +0100 Subject: [PATCH] monit addon: upgrade to 5.11 --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index d17e77943a..6c35c6ced9 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.8.1 +VER = 5.11 THISAPP = monit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9467328f1da0b644a766a387443db2ea +$(DL_FILE)_MD5 = ff00f39d248ed7068932ed82211da9e6 install : $(TARGET) -- 2.39.2