diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-04-11 17:50:57 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-04-11 17:50:57 +0000 |
commit | 06a11ad9dd9607a5355e76e83bdd0c2e43a43f27 (patch) | |
tree | a4eb36d9ce50d221dd3c69c3818b948ef8649299 | |
parent | 777dfc22f05ae9df0a5adbb254e86aefe48ed3c5 (diff) | |
download | mtk-20170518-06a11ad9dd9607a5355e76e83bdd0c2e43a43f27.zip mtk-20170518-06a11ad9dd9607a5355e76e83bdd0c2e43a43f27.tar.gz mtk-20170518-06a11ad9dd9607a5355e76e83bdd0c2e43a43f27.tar.bz2 |
update iftop to 0.17, closes #475
SVN-Revision: 3619
-rw-r--r-- | openwrt/package/iftop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/iftop/Makefile b/openwrt/package/iftop/Makefile index 02e75ac..a42d58d 100644 --- a/openwrt/package/iftop/Makefile +++ b/openwrt/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 |