diff options
Diffstat (limited to 'Library/Formula')
| -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' |
