diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/iperf3.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb index 3e32234e0..00b04dcd2 100644 --- a/Library/Formula/iperf3.rb +++ b/Library/Formula/iperf3.rb @@ -6,6 +6,13 @@ class Iperf3 < Formula sha1 '3dacb887d4ba1b90c9fbb3ec2ae69389d40c01c8' head 'https://code.google.com/p/iperf/', :using => :hg + bottle do + cellar :any + sha1 "4aa51bb8ab2eeac0f7152924a46bd702d723f094" => :mavericks + sha1 "0bec442d6c6d054ee9627c93516022930ea391c2" => :mountain_lion + sha1 "66ab71dd56b6f2f539b5ca31ba9a93643d9d647d" => :lion + end + depends_on :autoconf def install |
