aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:26:13 -0700
committerBrett Koonce2014-07-20 21:59:17 -0700
commitc70db739856041f34e5f4736304da9162febd5ce (patch)
treeafa7090ef0ed5d8d1ee485747e8c4f9d221fcdd2
parenta2fadfe4b7973d165b013c716026b90386c25c1b (diff)
downloadhomebrew-c70db739856041f34e5f4736304da9162febd5ce.tar.bz2
speedtest-cli 0.3.0
-rw-r--r--Library/Formula/speedtest_cli.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb
index b77057dc5..2fd726f66 100644
--- a/Library/Formula/speedtest_cli.rb
+++ b/Library/Formula/speedtest_cli.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class SpeedtestCli < Formula
- homepage 'https://github.com/sivel/speedtest-cli'
- url 'https://github.com/sivel/speedtest-cli/archive/v0.2.7.tar.gz'
- sha1 'd4e48594aa9eb4ab5c00a93584c02af0371d3f79'
+ homepage "https://github.com/sivel/speedtest-cli"
+ url "https://github.com/sivel/speedtest-cli/archive/v0.3.0.tar.gz"
+ sha1 "75c402bb22484f119690f31f8a3b382cbf4ad142"
def install
bin.install "speedtest_cli.py" => "speedtest-cli"