summaryrefslogtreecommitdiffstats
path: root/package/ebtables/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:55:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:55:14 +0000
commita33e30b960cf5e52e77af0ef10a2b38d453c450e (patch)
tree3f7a60d66dcc7d52a22d67b45716585d391c2728 /package/ebtables/Makefile
parent0eec07358e8544c7213e29a6942a731b82ebe717 (diff)
update ebtables to 2.0.8-rc2 (#558)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r--package/ebtables/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 04bb99d15..f6f01fac6 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -3,13 +3,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
-PKG_VERSION:=2.0.6
-PKG_RELEASE:=2
+PKG_VERSION:=2.0.8-rc2
+PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ebtables
-PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3
+PKG_MD5SUM:=f07111fcc1966be669278433c35dcc28
PKG_CAT:=zcat
include $(TOPDIR)/package/rules.mk