From 18e8bbd8ba67af05459f03fc75d3cfc97014e85b Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 18 May 2014 19:16:30 -0700 Subject: iperf3 3.0.3 --- Library/Formula/iperf3.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3