diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-22 07:55:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-22 07:55:39 +0000 |
commit | 962c5c03b6e069179b959d273d045c67927a74e9 (patch) | |
tree | 5990e78ef0cac1557cfc4eeed9c266b025d71197 /package/iptables | |
parent | 409edb1b8e679d036ea04f814e387254638021cb (diff) | |
download | upstream-962c5c03b6e069179b959d273d045c67927a74e9.tar.gz upstream-962c5c03b6e069179b959d273d045c67927a74e9.tar.bz2 upstream-962c5c03b6e069179b959d273d045c67927a74e9.zip |
update iptables md5sum
SVN-Revision: 21534
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 13663b0892..94e3f58b0f 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=iptables PKG_VERSION:=1.4.8 PKG_RELEASE:=1 -PKG_MD5SUM:=6b407c1b2e34233cdc3882b26a8dccb3 +PKG_MD5SUM:=697ed89f37af4473a5f6349ba2700f2d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ |