From: Petr Vorel Date: Mon, 3 Feb 2020 18:39:41 +0000 (+0100) Subject: package/iproute2: bump to version v5.5.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4ce714e0cf34827479b170ec9f69036f626fbf9;p=buildroot.git package/iproute2: bump to version v5.5.0 Signed-off-by: Petr Vorel Signed-off-by: Peter Korsgaard --- diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash index 41588488e6..c451cfa941 100644 --- a/package/iproute2/iproute2.hash +++ b/package/iproute2/iproute2.hash @@ -1,3 +1,3 @@ # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc -sha256 fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae iproute2-5.4.0.tar.xz +sha256 bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b iproute2-5.5.0.tar.xz sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 6dc3fbd9c0..a2e2d25d81 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPROUTE2_VERSION = 5.4.0 +IPROUTE2_VERSION = 5.5.0 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \