From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] paxctl: update to 0.9 Date: Wed, 09 Mar 2016 07:40:25 +0100 Message-ID: <1457505625-14115-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2074147924601363799==" List-Id: --===============2074147924601363799== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/paxctl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/paxctl b/lfs/paxctl index c55f293..387f384 100644 --- a/lfs/paxctl +++ b/lfs/paxctl @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2013 IPFire Team = # +# Copyright (C) 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,10 +24,10 @@ =20 include Config =20 -VER =3D 0.7 +VER =3D 0.9 =20 THISAPP =3D paxctl-$(VER) -DL_FILE =3D $(THISAPP).tar.bz2 +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 25bf9df751976e87be20243e75291263 +$(DL_FILE)_MD5 =3D 9bea59b1987dc4e16c2d22d745374e64 =20 install : $(TARGET) =20 --=20 1.9.1 --===============2074147924601363799==--