From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to 5.10.0 Date: Wed, 06 Jan 2021 14:43:59 +0100 Message-ID: <20210106134359.3762162-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3775006567824531199==" List-Id: --===============3775006567824531199== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - Update from 5.8.0 to 5.10.0 - No changelog available - No changes to the rootfiles Signed-off-by: Adolf Belka --- lfs/iproute2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/iproute2 b/lfs/iproute2 index 53fd4a59e..27e246d23 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.8.0 +VER = 5.10.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e2016acc07d91b2508916c459a8435af +$(DL_FILE)_MD5 = 19ffea480a21e600453776b7225f3319 install : $(TARGET) -- 2.30.0 --===============3775006567824531199==--