From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rng-tools: Update to 6.3.1 Date: Sat, 04 Aug 2018 08:35:05 +0200 Message-ID: <20180804063505.1902-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3943958201303769159==" List-Id: --===============3943958201303769159== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Bugfix release, for details see: https://github.com/nhorman/rng-tools/releases Best, Matthias Signed-off-by: Matthias Fischer --- lfs/rng-tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index f9b79d108..c7a358e56 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2018 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 6.2 +VER =3D 6.3.1 =20 THISAPP =3D rng-tools-$(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 a596ecd89afc584afe48758923fe6195 +$(DL_FILE)_MD5 =3D fe2d38e39ff02d0c7b3585407d51dc64 =20 install : $(TARGET) =20 --=20 2.18.0 --===============3943958201303769159==--