diff options
Diffstat (limited to 'openwrt/package/ebtables/Makefile')
-rw-r--r-- | openwrt/package/ebtables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index d9c1c997d..952ac29dd 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ebtables -PKG_VERSION:=2.0.6 -PKG_RELEASE:=2 -PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3 +PKG_VERSION:=2.0.8-rc2 +PKG_RELEASE:=1 +PKG_MD5SUM:=f07111fcc1966be669278433c35dcc28 PKG_SOURCE_URL:=@SF/ebtables PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz |