aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGöran Gustafsson2014-11-23 10:18:41 +0100
committerMike McQuaid2014-11-23 11:20:32 +0000
commit167ecb368f000e946ff19053c21d48c14d15ad05 (patch)
treee04b55bba31e722e68a793e34862add83ceafe53 /Library
parente7fa808be144fba286172a62de38e7c6ed0bd5e2 (diff)
downloadhomebrew-167ecb368f000e946ff19053c21d48c14d15ad05.tar.bz2
svtplay-dl 0.9.2014.11.16
Updated svtplay-dl to version 0.9.2014.10.23 Closes #34396. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/svtplay-dl.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/svtplay-dl.rb b/Library/Formula/svtplay-dl.rb
index 2ff852745..a7b5f8e71 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.10.23.tar.gz"
- sha1 "ab3337934c875edddaf4c025b6df69be561df662"
+ url "https://github.com/spaam/svtplay-dl/archive/0.9.2014.11.16.tar.gz"
+ sha1 "46405160291d4734fe5ee33fbda1b3a205340e15"
depends_on "rtmpdump"
@@ -12,8 +12,8 @@ class SvtplayDl < Formula
end
def caveats; <<-EOS.undent
- You need PyCrypto (https://www.dlitz.net/software/pycrypto/) to
- download encrypted HLS streams.
+ 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