aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLars2011-02-25 13:53:41 +0200
committerAdam Vandenberg2011-02-25 11:19:22 -0800
commit27a36446839678f069a53b89d38e5943d2839ea5 (patch)
tree881a6fe000e094b3a8130654cda2bd930b59ad88 /Library/Formula
parent4ca5da45f9e50f831f93d34355a5e2c6e1498b8c (diff)
downloadhomebrew-27a36446839678f069a53b89d38e5943d2839ea5.tar.bz2
iperf 2.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/iperf.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb
index 57972d7ff..a70b519f7 100644
--- a/Library/Formula/iperf.rb
+++ b/Library/Formula/iperf.rb
@@ -1,9 +1,9 @@
require 'formula'
class Iperf <Formula
- url 'http://downloads.sourceforge.net/project/iperf/iperf/2.0.4%20source/iperf-2.0.4.tar.gz'
+ url 'http://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz'
homepage 'http://iperf.sourceforge.net/'
- md5 '8c5bc14cc2ea55f18f22afe3c23e3dcb'
+ md5 '44b5536b67719f4250faed632a3cd016'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"