diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:59:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:59:17 +0000 |
commit | 671cc8941f947ce2a3e447554742618606ab1866 (patch) | |
tree | ffa7d0ac8023369506afbe2ad8d7dfed2a24f336 /package/ipset/Makefile | |
parent | 9c08fe97f010249de4f33511f06b5cea14ac37ff (diff) | |
download | master-187ad058-671cc8941f947ce2a3e447554742618606ab1866.tar.gz master-187ad058-671cc8941f947ce2a3e447554742618606ab1866.tar.bz2 master-187ad058-671cc8941f947ce2a3e447554742618606ab1866.zip |
[packages] ipset: update to version 2.3.0, probably you need to rebuild your toolchain to compile it successfully
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r-- | package/ipset/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index 9f6326b8cb..183b76ec77 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipset -PKG_VERSION:=2.2.9a -PKG_RELEASE:=2 +PKG_VERSION:=2.3.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20061009.tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20070828.tar.bz2 PKG_SOURCE_URL:=http://ipset.netfilter.org -PKG_MD5SUM:=74ce3226b30cdd386630250bdc3488ef +PKG_MD5SUM:=9e17798dfd8ed87c63a1f3498f9fe64d include $(INCLUDE_DIR)/package.mk |