diff options
| -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' | 
