diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-13 19:49:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-13 19:49:06 +0000 |
commit | 91733125422e67caf7d9a63443d409f9ad2050d0 (patch) | |
tree | 74663a664df99146a9193e1f239bf5d6d428b4f8 | |
parent | 195a00df16bfc70b2dcdbb8405e90632ee76c1dc (diff) | |
download | upstream-91733125422e67caf7d9a63443d409f9ad2050d0.tar.gz upstream-91733125422e67caf7d9a63443d409f9ad2050d0.tar.bz2 upstream-91733125422e67caf7d9a63443d409f9ad2050d0.zip |
libnfnetlink: update to v1.0.1
SVN-Revision: 35142
-rw-r--r-- | package/libs/libnfnetlink/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libnfnetlink/Makefile b/package/libs/libnfnetlink/Makefile index 9afdde89c4..f9ade14bc7 100644 --- a/package/libs/libnfnetlink/Makefile +++ b/package/libs/libnfnetlink/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnfnetlink -PKG_VERSION:=1.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ http://www.netfilter.org/projects/libnfnetlink/files/ \ ftp://ftp.netfilter.org/pub/libnfnetlink/ \ http://mirrors.evolva.ro/netfilter.org/libnfnetlink/ -PKG_MD5SUM:=016fdec8389242615024c529acc1adb8 +PKG_MD5SUM:=98927583d2016a9fb1936fed992e2c5e PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_FIXUP:=autoreconf |