diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-11-04 10:06:16 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 14:09:29 +0100 |
| commit | ad727d467fab1633f7ba74855792cc424780eb55 (patch) | |
| tree | e5a757aac0fe775655760a9c0954faf80fd96838 | |
| parent | 6411bd66d98083761120515883c2f70e53eac03b (diff) | |
| download | buildroot-ad727d467fab1633f7ba74855792cc424780eb55.tar.gz buildroot-ad727d467fab1633f7ba74855792cc424780eb55.zip | |
iproute2: bump to version 4.3.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/iproute2/iproute2.hash | 2 | ||||
| -rw-r--r-- | package/iproute2/iproute2.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash index e3fe013aea..b3605b9200 100644 --- a/package/iproute2/iproute2.hash +++ b/package/iproute2/iproute2.hash @@ -1,2 +1,2 @@ # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc -sha256 a4101e743e0da36b55f63353ff489699ddcd634ceca854a9a272346588f30f30 iproute2-4.2.0.tar.xz +sha256 f03b1188dd6c039512424de82ff7a8f3b446680bd4e908ff42a7b9b137422995 iproute2-4.3.0.tar.xz diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 6660eb2cd1..afe2d29e0e 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPROUTE2_VERSION = 4.2.0 +IPROUTE2_VERSION = 4.3.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 \ |

