diff mbox

[OpenWrt-Devel] iproute2: bump version from 3.16.0 to 3.17.0

Message ID 87oar37q2s.fsf@husum.klickitat.com
State Accepted
Headers show

Commit Message

Russell Senior Dec. 16, 2014, 12:10 p.m. UTC
Signed-off-by: Russell Senior <russell@personaltelco.net>
---
 package/network/utils/iproute2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Steven Barth Dec. 16, 2014, 12:51 p.m. UTC | #1
applied, thanks.
diff mbox

Patch

diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index f6d2801..9aea05e 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:=3.16.0
+PKG_VERSION:=3.17.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/
-PKG_MD5SUM:=6c823b40fdcfa7b8120743349a52ac18
+PKG_MD5SUM:=b741a02c6dda5818d18011d572874493
 PKG_BUILD_PARALLEL:=1
 PKG_LICENSE:=GPL-2.0