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.2 Date: Thu, 06 Jun 2019 20:30:56 +0200 Message-ID: <20190606183056.9804-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1767907339283018501==" List-Id: --===============1767907339283018501== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://www.knot-dns.cz/2019-06-05-version-282.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 804d3bcc2..be3991689 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.1 +VER = 2.8.2 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 14e67b33ed409f92259dbdbaf0e5ade7 +$(DL_FILE)_MD5 = 7b2e9d44070e0559b13dac575547845b install : $(TARGET) -- 2.18.0 --===============1767907339283018501==--