From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dma: Update to 0.11 Date: Sun, 17 Apr 2016 19:34:47 +0200 Message-ID: <1460914487-5282-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3074749202216567507==" List-Id: --===============3074749202216567507== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- lfs/dma | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dma b/lfs/dma index 64ed944..fc49122 100644 --- a/lfs/dma +++ b/lfs/dma @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2015 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,7 +24,7 @@ =20 include Config =20 -VER =3D 0.10 +VER =3D 0.11 =20 THISAPP =3D dma-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 91f521b0749e16f5d78e139e717245ea +$(DL_FILE)_MD5 =3D 4090572921fc33be0977f4010881b501 =20 install : $(TARGET) =20 --=20 2.8.1 --===============3074749202216567507==--