diff options
| author | Brett Koonce | 2014-05-18 19:16:30 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-05-20 00:04:10 -0700 |
| commit | 18e8bbd8ba67af05459f03fc75d3cfc97014e85b (patch) | |
| tree | fce7019e7a8b1979aab4d25dc71bc06602e39e8c /Library/Formula | |
| parent | f3bacdc5f054e5fe1f39dfb2de30761f6b06a77e (diff) | |
| download | homebrew-18e8bbd8ba67af05459f03fc75d3cfc97014e85b.tar.bz2 | |
iperf3 3.0.3
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/iperf3.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb index 00b04dcd2..e1a4e6acf 100644 --- a/Library/Formula/iperf3.rb +++ b/Library/Formula/iperf3.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Iperf3 < Formula - homepage 'https://github.com/esnet/iperf' - url 'https://github.com/esnet/iperf/archive/3.0.2.tar.gz' - sha1 '3dacb887d4ba1b90c9fbb3ec2ae69389d40c01c8' - head 'https://code.google.com/p/iperf/', :using => :hg + homepage "https://github.com/esnet/iperf" + url "https://github.com/esnet/iperf/archive/3.0.3.tar.gz" + sha1 "1461028a6827ed1557cd60f15e11f9b817ea590f" + head "https://code.google.com/p/iperf/", :using => :hg bottle do cellar :any |
