diff options
| author | Brett Koonce | 2013-12-17 10:42:57 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-17 18:53:58 -0800 | 
| commit | 76b4542ddb320649b253f07f09cf9dc715fc94a2 (patch) | |
| tree | 3f0654e78d7b242ed7d27501b0846efd8f1b2d56 /Library/Formula/speedtest_cli.rb | |
| parent | e423583de26ab9ecf540ba749f13c2787f61348d (diff) | |
| download | homebrew-76b4542ddb320649b253f07f09cf9dc715fc94a2.tar.bz2 | |
speedtest-cli 0.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/speedtest_cli.rb')
| -rw-r--r-- | Library/Formula/speedtest_cli.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb index aefcb195b..0d4c97b43 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.2.2.tar.gz' -  sha1 '19843804bbc2e62375df63749f13d2d2748ecd07' +  url 'https://github.com/sivel/speedtest-cli/archive/v0.2.4.tar.gz' +  sha1 '21f0f80b05f3f05adf9a8802e3cd86caa0325e43'    def install      bin.install 'speedtest_cli.py' => 'speedtest_cli' | 
