diff options
| author | Jaime Marquínez Ferrándiz | 2014-03-17 15:54:21 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-17 15:00:49 +0000 |
| commit | 66ceb6f7e78c43a3a81a3566fcdf2228525e49d1 (patch) | |
| tree | 0b6dcb1210863bb0712e66596c2a3fe38601f3af /Library/Formula | |
| parent | 83ef85ac356a017e7629ecc8724ffe5cec8c9b2e (diff) | |
| download | homebrew-66ceb6f7e78c43a3a81a3566fcdf2228525e49d1.tar.bz2 | |
youtube-dl 2014.03.17
Closes #27635.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 580e50dc1..8e6c21614 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.04.1/youtube-dl-2014.03.04.1.tar.gz' - sha1 '139a6ef949cf873239c25296a2ea31bbf9f52ebe' + url 'https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz' + sha1 '00869bbc52fc1ee7477abfff4e40e7b05d0671ec' depends_on 'rtmpdump' => :optional |
