speedtest_cli 0.2.7
speedtest-cli 0.2.7 Update to latest stable release. Closes Homebrew/homebrew#29192. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
abd8520e69
commit
229aa8bba8
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue