diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/iftop.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/iftop.rb b/Library/Formula/iftop.rb index 6b4deaefa..8a476aa62 100644 --- a/Library/Formula/iftop.rb +++ b/Library/Formula/iftop.rb @@ -4,9 +4,9 @@ require 'formula' # package, and upstream has not had any movement in a long time. class Iftop < Formula homepage 'http://www.ex-parrot.com/~pdw/iftop/' - url 'http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre2.tar.gz' - version '1.0pre2' - sha1 'd4dc473f8263192334da6289b69e102a4ae7df9e' + url 'http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz' + version '1.0pre4' + sha1 '7f8e16ea26a0dee37ec9d1cbcef7b27692036572' def install system "./configure", "--disable-dependency-tracking", |
