diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2020-04-10 21:03:28 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-04-11 21:02:26 +0200 |
commit | 8d9e26457c06d34a1d5d627d9d09bed6554b4b27 (patch) | |
tree | 8fb14240d931e18801865b599f114ccf4cb3421f /package/network/utils/iproute2/Makefile | |
parent | 46e9a359231ca582df1814f089783ad685221204 (diff) | |
download | upstream-8d9e26457c06d34a1d5d627d9d09bed6554b4b27.tar.gz upstream-8d9e26457c06d34a1d5d627d9d09bed6554b4b27.tar.bz2 upstream-8d9e26457c06d34a1d5d627d9d09bed6554b4b27.zip |
iproute2: update to 5.6.0
Update iproute2 to latest stable 5.6.0; for the changes see https://lwn.net/Articles/816778/
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index aa87a7af05..241ef8d12f 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=5.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=5.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b +PKG_HASH:=1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |