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.1 Date: Wed, 01 May 2019 19:28:16 +0200 Message-ID: <20190501172816.16377-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1701707762185167409==" List-Id: --===============1701707762185167409== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://www.knot-dns.cz/2019-04-09-version-281.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 1a7fec0cb..804d3bcc2 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.0 +VER = 2.8.1 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5b0d73e143b4c5a72faf4f1f1337ca08 +$(DL_FILE)_MD5 = 14e67b33ed409f92259dbdbaf0e5ade7 install : $(TARGET) -- 2.18.0 --===============1701707762185167409==--