aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-02-19 13:56:50 +0100
committerAdam Vandenberg2013-02-19 08:37:22 -0800
commit302df6a833cf1032c26be8ce0e8cb68c4a9c00f9 (patch)
treecbaf2f0ae09c14d0033928b0cd82e2732a1a8e26 /Library/Formula
parent646662885e60edd103d7fec04ce1a61760370632 (diff)
downloadhomebrew-302df6a833cf1032c26be8ce0e8cb68c4a9c00f9.tar.bz2
youtube-dl 2012.02.19
Closes #17943. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 adf36f433..32ab1edbd 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.com/youtube-dl/'
- url 'http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz'
- sha1 '0508c846868d885b408c4cd2dbd8b29ab1211617'
+ url 'http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz'
+ sha1 'b49c6dae84efe8d836de731a5c01a129a5498537'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"