aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/iperf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/iperf.rb')
-rw-r--r--Library/Formula/iperf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb
index 22853dd40..2009c30ed 100644
--- a/Library/Formula/iperf.rb
+++ b/Library/Formula/iperf.rb
@@ -3,7 +3,7 @@ require 'formula'
class Iperf < Formula
url 'http://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz'
homepage 'http://iperf.sourceforge.net/'
- md5 '44b5536b67719f4250faed632a3cd016'
+ sha1 '7302792dcb1bd7aeba032fef6d3dcc310e4d113f'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"