diff options
| author | David Christenson | 2014-05-12 06:42:29 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 07:10:35 -0700 | 
| commit | 769ce7c4ddb7a47d2d09a864ecf092fb849c1661 (patch) | |
| tree | 0347f8bc0744d7827d9a9dd7f425062d3c9c1a77 /Library/Formula/speedtest_cli.rb | |
| parent | a4e9e78d5a1c6b43c70a0f55c6bf815a18cccce7 (diff) | |
| download | homebrew-769ce7c4ddb7a47d2d09a864ecf092fb849c1661.tar.bz2 | |
speedtest_cli 0.2.7
speedtest-cli 0.2.7
Update to latest stable release.
Closes #29192.
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 5f7cad27d..6a3a3da6a 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.5.tar.gz' -  sha1 '429406730fcb82408c67fb0d78767e5553bd769e' +  url 'https://github.com/sivel/speedtest-cli/archive/v0.2.7.tar.gz' +  sha1 'd4e48594aa9eb4ab5c00a93584c02af0371d3f79'    def install      bin.install 'speedtest_cli.py' => 'speedtest_cli' | 
