From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] make: update to 4.2.1 Date: Fri, 02 Sep 2016 11:08:51 +0200 Message-ID: <20160902090851.12557-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3704051880046218016==" List-Id: --===============3704051880046218016== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/make | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/make b/lfs/make index c8c2cb0..213ef9a 100644 --- a/lfs/make +++ b/lfs/make @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2015 IPFire Team = # +# 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,14 +24,14 @@ =20 include Config =20 -VER =3D 4.1 +VER =3D 4.2.1 =20 THISAPP =3D make-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) PROG =3D make -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D "" =20 @@ -61,7 +61,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 654f9117957e6fa6a1c49a8f08270ec9 +$(DL_FILE)_MD5 =3D 15b012617e7c44c0ed482721629577ac =20 install : $(TARGET) =20 --=20 2.9.3 --===============3704051880046218016==--