From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] ccache: update to 3.3.4 Date: Tue, 06 Jun 2017 09:22:09 +0200 Message-ID: <20170606072209.5250-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5717874445981932299==" List-Id: --===============5717874445981932299== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://ccache.samba.org/releasenotes.html#_ccache_3_3_4 Signed-off-by: Marcel Lorenz --- lfs/ccache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ccache b/lfs/ccache index 9fbb728..43f4df7 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2016 IPFire Team = # +# Copyright (C) 2007-2017 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 3.2.3 +VER =3D 3.3.4 =20 THISAPP =3D ccache-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 608c78632086a4a051514722d6067a7b +$(DL_FILE)_MD5 =3D 95ab3c56284129cc2a32460c23069516 =20 install : $(TARGET) =20 --=20 2.9.3 --===============5717874445981932299==--