aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-08-21 00:27:00 -0700
committerMike McQuaid2014-08-21 14:37:14 +0100
commitf7b5654c944705de0dade1c0100f09ec25a95817 (patch)
treea85bb360312cad40071cbabb8053f84d2a60704b /Library/Formula
parent371de15fb445f687229029bd255fa95338862447 (diff)
downloadhomebrew-f7b5654c944705de0dade1c0100f09ec25a95817.tar.bz2
speedtest-cli 0.3.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/speedtest_cli.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb
index 2fd726f66..706befa43 100644
--- a/Library/Formula/speedtest_cli.rb
+++ b/Library/Formula/speedtest_cli.rb
@@ -2,8 +2,8 @@ require "formula"
class SpeedtestCli < Formula
homepage "https://github.com/sivel/speedtest-cli"
- url "https://github.com/sivel/speedtest-cli/archive/v0.3.0.tar.gz"
- sha1 "75c402bb22484f119690f31f8a3b382cbf4ad142"
+ url "https://github.com/sivel/speedtest-cli/archive/v0.3.1.tar.gz"
+ sha1 "62ff7ac4fd916996110fec46e74dfc8b25860955"
def install
bin.install "speedtest_cli.py" => "speedtest-cli"