aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"