Reviewed-by: Michael Tremer > On 25 Jan 2020, at 18:57, Matthias Fischer wrote: > > For details see: > https://sourceforge.net/p/logwatch/activity/?page=0&limit=100#5e27da933241d23c845e8cce > > Signed-off-by: Matthias Fischer > --- > lfs/logwatch | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/logwatch b/lfs/logwatch > index eb576717c..a980b1b40 100644 > --- a/lfs/logwatch > +++ b/lfs/logwatch > @@ -24,7 +24,7 @@ > > include Config > > -VER = 7.5.2 > +VER = 7.5.3 > > THISAPP = logwatch-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 634b2ac423b77b809d400cc6085db49d > +$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b > > install : $(TARGET) > > -- > 2.18.0 >