From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.4 Date: Sat, 30 Jan 2021 12:42:51 +0100 Message-ID: <20210130114251.2380-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7827225495186613184==" List-Id: --===============7827225495186613184== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Matthias Fischer --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index d4b47ab25..39940a358 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.0.3 +VER = 3.0.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 = 96db8b271ab8c54dd8d4f69a480a71c5 +$(DL_FILE)_MD5 = c0a546927ff50db153893de43758cb37 install : $(TARGET) -- 2.18.0 --===============7827225495186613184==--