Reviewed-by: Michael Tremer > On 25 Jan 2020, at 19:13, Matthias Fischer wrote: > > For details see: > https://savannah.gnu.org/forum/forum.php?forum_id=8210 > > Signed-off-by: Matthias Fischer > --- > lfs/libtool | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/libtool b/lfs/libtool > index 90dae11e8..e769a10d0 100644 > --- a/lfs/libtool > +++ b/lfs/libtool > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2018 IPFire Team # > +# Copyright (C) 2007-2019 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 @@ > > include Config > > -VER = 2.4.4 > +VER = 2.4.6 > > THISAPP = libtool-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -42,7 +42,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e > +$(DL_FILE)_MD5 = 1bfb9b923f2c1339b4d2ce1807064aa5 > > install : $(TARGET) > > -- > 2.18.0 >