diff options
| author | asaph | 2014-02-09 20:17:13 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-10 09:21:18 +0000 |
| commit | 66330418d40c8f9cec9a82854306b9cbef68a920 (patch) | |
| tree | 7c2bde7aa43e31d725fbcfcdc88fa130e1ad27bf /Library/Formula/youtube-dl.rb | |
| parent | ae7800fb21e1c6891ddc4cceb02dc6b5a610ca12 (diff) | |
| download | homebrew-66330418d40c8f9cec9a82854306b9cbef68a920.tar.bz2 | |
youtube-dl 2014.02.10
Closes #26561.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/youtube-dl.rb')
| -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 78dbc4da2..e3cc77a40 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -2,8 +2,8 @@ require 'formula' class YoutubeDl < Formula homepage 'http://rg3.github.io/youtube-dl/' - url 'https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz' - sha1 'e0e66cd7a2d83b311b092fe4f22aa3f6f42fc6fb' + url 'https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz' + sha1 '84668a44e9864bdae81ec9020b9b817bc2ffd538' def install system "make", "youtube-dl", "PREFIX=#{prefix}" |
