]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
monit: Update to 5.31.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Feb 2022 16:30:06 +0000 (17:30 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 12 Feb 2022 13:43:02 +0000 (13:43 +0000)
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 <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/monit

index d176fb7c1c65e2cfc5d9ca26b58fc6b5baddccb3..8d4b6ced5d4ef92c15bb321cb8c7da1e8bbf6607 100644 (file)
--- a/lfs/monit
+++ b/lfs/monit
 
 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)
 
 ###############################################################################