diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-02-17 14:14:39 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-02-17 14:14:39 +0000 |
commit | c091515d68cfcbfdfc0196fca0029226095c71bd (patch) | |
tree | 6cf50b6c212751e3148e2c505dbf20842c0baf42 /package/network/utils/iproute2/Makefile | |
parent | 361839151407c897bb1856bc66712a28dc7f0024 (diff) | |
download | upstream-c091515d68cfcbfdfc0196fca0029226095c71bd.tar.gz upstream-c091515d68cfcbfdfc0196fca0029226095c71bd.tar.bz2 upstream-c091515d68cfcbfdfc0196fca0029226095c71bd.zip |
iproute2: bump version from v3.18.0 to v3.19.0
with refreshed patches
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 44479
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index ad14ac4484..56d2897e2a 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.18.0 +PKG_VERSION:=3.19.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:=6f6ad51a00007880460e103367b16057 +PKG_MD5SUM:=237083a1e3c388cde7a115a5724dc72a PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 |