aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDarren Huang2014-04-02 11:15:07 +0800
committerAdam Vandenberg2014-04-01 20:39:08 -0700
commit53fb64ec5b32a808baf54877dc2de878bf06d36b (patch)
treef36b5abbcad6135baee70f43eb5e6e4c7a8c7eee /Library
parent93d58e0eb3797604af0279db76717df4947fbda8 (diff)
downloadhomebrew-53fb64ec5b32a808baf54877dc2de878bf06d36b.tar.bz2
youtube-dl 2014.04.01.3
Closes #28063. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/youtube-dl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 8e6c21614..215a87c2f 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -5,8 +5,8 @@ class YoutubeDl < Formula
# Please only update to versions that are published on PyPi as there are too
# many releases for us to update to every single one:
# https://pypi.python.org/pypi/youtube_dl
- url 'https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz'
- sha1 '00869bbc52fc1ee7477abfff4e40e7b05d0671ec'
+ url 'https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz'
+ sha1 '7b44d554e80799f5872f768cb58f9a5b08307d1b'
depends_on 'rtmpdump' => :optional