aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2020-06-13 21:18:57 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-06-13 21:36:27 +0200
commita241f439dcedabe0b083d01243334e767e52f498 (patch)
tree6981fd8577d8dc6c670e4a8d5332bf9b15767094 /package/network/utils/iproute2/Makefile
parentc0ddb85a1d2361fe1d627878d1b05cd5c2bc5c62 (diff)
downloadupstream-a241f439dcedabe0b083d01243334e767e52f498.tar.gz
upstream-a241f439dcedabe0b083d01243334e767e52f498.tar.bz2
upstream-a241f439dcedabe0b083d01243334e767e52f498.zip
iproute2: update to 5.7.0
Update iproute2 to latest stable 5.7.0; for the changes see https://lwn.net/Articles/822152/ Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 241ef8d12f..a29b26f817 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.6.0
+PKG_VERSION:=5.7.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
-PKG_HASH:=1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692
+PKG_HASH:=725dc7ba94aae54c6f8d4223ca055d9fb4fe89d6994b1c03bfb4411c4dd10f21
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=iptables
PKG_LICENSE:=GPL-2.0