diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/svtplay-dl.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/svtplay-dl.rb b/Library/Formula/svtplay-dl.rb index 7b1395c5d..eb5d517e8 100644 --- a/Library/Formula/svtplay-dl.rb +++ b/Library/Formula/svtplay-dl.rb @@ -2,13 +2,13 @@ require 'formula' class SvtplayDl < Formula homepage 'https://github.com/spaam/svtplay-dl' - url 'https://github.com/spaam/svtplay-dl/archive/0.9.2013.03.06.tar.gz' - sha1 '172675fe5120e4191cbec4bef4e6d3a66f555a56' + url 'https://github.com/spaam/svtplay-dl/archive/0.9.2013.05.06.tar.gz' + sha1 '246c0ccaf1df0656a8d5ee0df8cf14aac2fecd96' depends_on 'rtmpdump' def install - bin.install 'svtplay_dl.py' => "svtplay-dl" + bin.install 'svtplay-dl' end def caveats; <<-EOS.undent |
