diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-11 17:50:57 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-11 17:50:57 +0000 |
commit | 1f0d18b864d0cc7166ed9e40619357f68c19fd8e (patch) | |
tree | 910ce7ccd3f3bc2460bc74e966e41681eddb8e29 /package/iftop | |
parent | 8d1aeadcd7aed346643691509ceaaef428208691 (diff) |
update iftop to 0.17, closes #475
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iftop')
-rw-r--r-- | package/iftop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iftop/Makefile b/package/iftop/Makefile index 02e75acd0d..a42d58d526 100644 --- a/package/iftop/Makefile +++ b/package/iftop/Makefile @@ -1,9 +1,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iftop -PKG_VERSION:=0.17pre3 +PKG_VERSION:=0.17 PKG_RELEASE:=1 -PKG_MD5SUM:=6d80885e0ff642222c96bb7bd3e83f96 +PKG_MD5SUM:=062bc8fb3856580319857326e0b8752d PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |