diff options
| author | Andy Piper | 2014-02-18 14:35:23 +0000 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-18 11:00:41 -0600 | 
| commit | 40e44b71cb33308cd1b6d58b05e80e8def6dc57d (patch) | |
| tree | 19d799b4b5eb1ddb6f22485e5315e3fd5782d4cd /Library/Formula/speedtest_cli.rb | |
| parent | a8e1b1a17eda43fcab29cc990f0871269ce3025b (diff) | |
| download | homebrew-40e44b71cb33308cd1b6d58b05e80e8def6dc57d.tar.bz2 | |
speedtest_cli 0.2.5
Closes #26809.
Signed-off-by: Brett Koonce <koonce@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 0d4c97b43..5f7cad27d 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.4.tar.gz' -  sha1 '21f0f80b05f3f05adf9a8802e3cd86caa0325e43' +  url 'https://github.com/sivel/speedtest-cli/archive/v0.2.5.tar.gz' +  sha1 '429406730fcb82408c67fb0d78767e5553bd769e'    def install      bin.install 'speedtest_cli.py' => 'speedtest_cli' | 
