From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.8.4 Date: Thu, 26 Sep 2019 19:40:31 +0200 Message-ID: <20190926174031.15686-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1994529104527805986==" List-Id: --===============1994529104527805986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://www.knot-dns.cz/2019-09-24-version-284.html Signed-off-by: Matthias Fischer --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index 1e9d269d3..467f077db 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.3 +VER = 2.8.4 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fb7623a6c1f40cf2f330c91ad9a7898f +$(DL_FILE)_MD5 = d2540d0a392e2f47fe48e5cf7bf491c9 install : $(TARGET) -- 2.18.0 --===============1994529104527805986==--