aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-22 22:04:11 -0500
committerJack Nagel2014-07-22 22:04:32 -0500
commit8eb0c9c23156c39891155f2b9efa8e442d7e160e (patch)
treed2cfbcf3e7aa999729bf72deb4a892df1353f173 /Library/Formula
parentae7d9c2570cd12a8021a6d5873611a201aa79bc9 (diff)
downloadhomebrew-8eb0c9c23156c39891155f2b9efa8e442d7e160e.tar.bz2
Revert "iperf: add 3.0.5 bottle."
This reverts commit e65de23461488b19dc62a4dbd59739a16f219fd8.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/iperf.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb
index 1e8a80305..14987db7b 100644
--- a/Library/Formula/iperf.rb
+++ b/Library/Formula/iperf.rb
@@ -5,13 +5,6 @@ class Iperf < Formula
url 'https://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz'
sha1 '7302792dcb1bd7aeba032fef6d3dcc310e4d113f'
- 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}"