diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-04 21:24:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-04 21:24:53 +0000 |
commit | e1849e2798ac0cd3bc561a6b4fe5265331b93180 (patch) | |
tree | b39ae195cbba17246fb38732a621347588289f80 /package/iptraf | |
parent | 426db6bbe3361312007498f0c5a67bea3ddea9e5 (diff) | |
download | upstream-e1849e2798ac0cd3bc561a6b4fe5265331b93180.tar.gz upstream-e1849e2798ac0cd3bc561a6b4fe5265331b93180.tar.bz2 upstream-e1849e2798ac0cd3bc561a6b4fe5265331b93180.zip |
set missing md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptraf')
-rw-r--r-- | package/iptraf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptraf/Makefile b/package/iptraf/Makefile index 3837ec8566..83d3cac301 100644 --- a/package/iptraf/Makefile +++ b/package/iptraf/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iptraf PKG_VERSION:=2.7.0 PKG_RELEASE:=1 -PKG_MD5SUM:= +PKG_MD5SUM:=7ff0bc933a0a57a4ca9e2b0443307539 PKG_SOURCE_URL:=ftp://iptraf.seul.org/pub/iptraf/ \ ftp://the.wiretapped.net/pub/security/network-monitoring/iptraf/ |