aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/iperf.rb
diff options
context:
space:
mode:
authorDavid Holm2014-07-22 09:57:15 +0200
committerMike McQuaid2014-07-22 22:09:42 +0100
commit292fac060dd385c7ef08aa9fa63622433ad0ce14 (patch)
tree590baffce487ddac773d735e820b1f2fe708e05c /Library/Formula/iperf.rb
parentc127590f401fb659ebe2ba43d8537e0b4a6ffa6a (diff)
downloadhomebrew-292fac060dd385c7ef08aa9fa63622433ad0ce14.tar.bz2
iperf 3.0.5
Diffstat (limited to 'Library/Formula/iperf.rb')
-rw-r--r--Library/Formula/iperf.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb
index 14987db7b..01a99cc41 100644
--- a/Library/Formula/iperf.rb
+++ b/Library/Formula/iperf.rb
@@ -1,9 +1,9 @@
require 'formula'
class Iperf < Formula
- homepage 'http://iperf.sourceforge.net/'
- url 'https://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz'
- sha1 '7302792dcb1bd7aeba032fef6d3dcc310e4d113f'
+ homepage "http://software.es.net/iperf"
+ url "https://github.com/esnet/iperf/archive/3.0.5.tar.gz"
+ sha1 "4ebc5bf6456527cdf6d902f8cd810169bc00711b"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",