aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2015-01-11 09:43:35 -0800
committerBrett Koonce2015-01-12 08:55:09 -0800
commitdba8eb6ffe172c15245c362169e06eadad4a166e (patch)
treebdb92d41f5917c15d6c286d989f9d2f843c017c1 /Library
parent6cb54d4da2198bed7a01be8c0453e15df77573ff (diff)
downloadhomebrew-dba8eb6ffe172c15245c362169e06eadad4a166e.tar.bz2
iperf3 3.0.11
Closes #35756.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/iperf3.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb
index 655718512..2a65b17d7 100644
--- a/Library/Formula/iperf3.rb
+++ b/Library/Formula/iperf3.rb
@@ -1,17 +1,9 @@
-require "formula"
-
class Iperf3 < Formula
homepage "https://github.com/esnet/iperf"
stable do
- url "https://github.com/esnet/iperf/archive/3.0.9.tar.gz"
- sha256 "985d87e2bc3f302dd5e864022f61b053cdeafd2e6a325711a317ed6aa1b68771"
-
- # Fix Compile errors for Yosemite - https://github.com/esnet/iperf/issues/213
- patch do
- url "https://github.com/esnet/iperf/commit/cc4a7fa75d94.diff"
- sha1 "6792c1a0cfddb2249d4ae2a3e202cd652b70b729"
- end
+ url "https://github.com/esnet/iperf/archive/3.0.11.tar.gz"
+ sha256 "c774b807ea4db20e07558c47951df186b6fb1dd0cdef4282c078853ad87cc712"
end
head do