From b856ad695a29059939b16789d410ef52448c6160 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 4 Aug 2018 08:35:05 +0200 Subject: [PATCH] rng-tools: Update to 6.3.1 Bugfix release, for details see: https://github.com/nhorman/rng-tools/releases Best, Matthias Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/rng-tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index f9b79d108d..c7a358e564 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 @@ include Config -VER = 6.2 +VER = 6.3.1 THISAPP = rng-tools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a596ecd89afc584afe48758923fe6195 +$(DL_FILE)_MD5 = fe2d38e39ff02d0c7b3585407d51dc64 install : $(TARGET) -- 2.39.2