aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-22 22:08:00 +0100
committerMike McQuaid2014-07-22 22:09:42 +0100
commite65de23461488b19dc62a4dbd59739a16f219fd8 (patch)
treef7fb5288fc9af04a8ab216278f731e1851a17e30 /Library/Formula
parent292fac060dd385c7ef08aa9fa63622433ad0ce14 (diff)
downloadhomebrew-e65de23461488b19dc62a4dbd59739a16f219fd8.tar.bz2
iperf: add 3.0.5 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/iperf.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb
index 01a99cc41..f4012837c 100644
--- a/Library/Formula/iperf.rb
+++ b/Library/Formula/iperf.rb
@@ -5,6 +5,13 @@ class Iperf < Formula
url "https://github.com/esnet/iperf/archive/3.0.5.tar.gz"
sha1 "4ebc5bf6456527cdf6d902f8cd810169bc00711b"
+ bottle do
+ cellar :any
+ sha1 "ce3cc45d64a0be38f489d96bb9c816e8ef1ded77" => :mavericks
+ sha1 "831b48b0a1eb3822323e637bfb29df1da31df7ff" => :mountain_lion
+ sha1 "a11c989cfaaa79438ca6c77ec9d038a139562692" => :lion
+ end
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"