diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-09 01:55:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-09 01:55:14 +0000 |
commit | a33e30b960cf5e52e77af0ef10a2b38d453c450e (patch) | |
tree | 3f7a60d66dcc7d52a22d67b45716585d391c2728 /package/ebtables/Makefile | |
parent | 0eec07358e8544c7213e29a6942a731b82ebe717 (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/Makefile | 6 |
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 |