From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.9.6 Date: Sun, 06 Sep 2020 13:44:24 +0200 Message-ID: <20200906114424.6725-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0552795032025833249==" List-Id: --===============0552795032025833249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://www.knot-dns.cz/2020-08-31-version-296.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 7f341ab3f..9aa5d4f6c 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.9.5 +VER = 2.9.6 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f04b2ce8c9e25ec8a9a5e8566a8192b7 +$(DL_FILE)_MD5 = ccfdc71542e767cc01174d373efb56ee install : $(TARGET) -- 2.18.0 --===============0552795032025833249==--