From: Jo-Philipp Wich Date: Tue, 23 Apr 2013 10:29:42 +0000 (+0000) Subject: libmnl: update to 1.0.3 X-Git-Tag: reboot~10620 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d4d55b5ec70b26180f46b663bd60ffbba9cbdfac;p=oweals%2Fopenwrt.git libmnl: update to 1.0.3 Signed-off-by: Russell Senior SVN-Revision: 36398 --- diff --git a/package/libs/libmnl/Makefile b/package/libs/libmnl/Makefile index 42958e75cf..fa5fc1e2e1 100644 --- a/package/libs/libmnl/Makefile +++ b/package/libs/libmnl/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmnl -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ http://www.netfilter.org/projects/libmnl/files \ ftp://ftp.netfilter.org/pub/libmnl -PKG_MD5SUM:=e936236bb57a2375afa4e70e75dc3ba9 +PKG_MD5SUM:=7d95fc3bea3365bc03c48e484224f65f PKG_MAINTAINER:=Jo-Philipp Wich