From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Wagner To: development@lists.ipfire.org Subject: [PATCH] monit addon: update to 5.19.0 Date: Thu, 22 Sep 2016 09:59:39 +0200 Message-ID: <1474531179-20875-1-git-send-email-dirk.wagner@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6604188678237266491==" List-Id: --===============6604188678237266491== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable See=C2=A0changelog=C2=A0https://mmonit.com/monit/changes=C2=A0for=C2=A0detail= s. Signed-off-by: Dirk Wagner --- lfs/monit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/monit b/lfs/monit index 453ad03..2735e15 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2009 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.14 +VER =3D 5.19.0 =20 THISAPP =3D monit-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D monit -PAK_VER =3D 7 +PAK_VER =3D 8 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1b3ae1eb08a0914402a8764e5689c1c5 +$(DL_FILE)_MD5 =3D 51ee50dd71e1bb9fe9a128bc88456b77 =20 install : $(TARGET) =20 --=20 2.1.4 --===============6604188678237266491==--