diff options
| author | asaph | 2014-02-18 19:03:04 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-18 19:50:58 -0800 |
| commit | 490f88beb1d6d556d7a9f66c17c3cb69d64d421e (patch) | |
| tree | ff2f39b535bd3cb25defd6daefdbf71c6dda325f /Library/Formula/youtube-dl.rb | |
| parent | 148dc55120f58784d9018885f7ed278979f40d01 (diff) | |
| download | homebrew-490f88beb1d6d556d7a9f66c17c3cb69d64d421e.tar.bz2 | |
youtube-dl 2014.02.19.1
Closes #26830.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 fe8543a81..00cdad6b7 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.17/youtube-dl-2014.02.17.tar.gz' - sha1 '2fd2fdf732244b89b38032b610531b83029e6370' + url 'https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz' + sha1 '6d02e9b07ffee6b898349bc2532d0ab9e653f6d4' def install system "make", "youtube-dl", "PREFIX=#{prefix}" |
