Browse Source

arptables: Bump to 0.0.4

SVN-Revision: 37020
Steven Barth 12 years ago
parent
commit
eecce5abad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/network/utils/arptables/Makefile

+ 2 - 2
package/network/utils/arptables/Makefile

@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=arptables
-PKG_VERSION:=0.0.3-4
+PKG_VERSION:=0.0.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/ebtables
-PKG_MD5SUM:=1d4ab05761f063b0751645d8f2b8f8e5
+PKG_MD5SUM:=c2e99c3aa9d78c9dfa30710ca3168182
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)