diff options
| author | Johan Andersson | 2015-01-28 22:45:29 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-28 23:18:13 -0800 |
| commit | ca0dbf0691485eab1a6d60390d01874ebd323358 (patch) | |
| tree | ef12f909ee8c3444b0c345e818ca402012497dd8 /Library/Formula | |
| parent | dd4c83df9578289f47afaf60b2582e1bc7fa33de (diff) | |
| download | homebrew-ca0dbf0691485eab1a6d60390d01874ebd323358.tar.bz2 | |
svtplay-dl 0.10.2015.01.28
PyAMF is not needed anymore.
Closes #36333.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/svtplay-dl.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/svtplay-dl.rb b/Library/Formula/svtplay-dl.rb index a7b5f8e71..e5a5bca0b 100644 --- a/Library/Formula/svtplay-dl.rb +++ b/Library/Formula/svtplay-dl.rb @@ -2,8 +2,8 @@ require "formula" class SvtplayDl < Formula homepage "https://github.com/spaam/svtplay-dl" - url "https://github.com/spaam/svtplay-dl/archive/0.9.2014.11.16.tar.gz" - sha1 "46405160291d4734fe5ee33fbda1b3a205340e15" + url "https://github.com/spaam/svtplay-dl/archive/0.10.2015.01.28.tar.gz" + sha1 "13dd5d05c5cd7b0166c74df434b88d28885ec4c4" depends_on "rtmpdump" @@ -14,7 +14,6 @@ class SvtplayDl < Formula def caveats; <<-EOS.undent You need PyCrypto (https://www.dlitz.net/software/pycrypto/) to download encrypted HLS streams. - You need PyAMF (http://www.pyamf.org/) for kanal5play.se. EOS end end |
