From: Matthias Fischer Date: Fri, 11 Feb 2022 16:30:06 +0000 (+0100) Subject: monit: Update to 5.31.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af5db809df181938f1a874db94775252148b148a;p=people%2Fms%2Fipfire-2.x.git monit: Update to 5.31.0 For details see: https://mmonit.com/monit/changes/ For more details see: https://bitbucket.org/tildeslash/monit/commits/tag/release-5-31-0 Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- diff --git a/lfs/monit b/lfs/monit index d176fb7c1c..8d4b6ced5d 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,17 +24,16 @@ include Config +VER = 5.31.0 SUMMARY = Utility for monitoring services on a Unix system -VER = 5.30.0 - THISAPP = monit-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 17 +PAK_VER = 18 DEPS = @@ -48,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d1a1b2349e8d0f833b3057c7b102b09d +$(DL_FILE)_MD5 = 7f2efa2175841573a96209086e4a5a26 install : $(TARGET) @@ -58,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################