youtube-dl 2013.02.01

Closes Homebrew/homebrew#17507.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-02-01 18:36:09 +01:00 committed by Adam Vandenberg
parent 6e7c3bcda4
commit e54041c641

View file

@ -2,8 +2,8 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.com/youtube-dl/'
url 'http://youtube-dl.org/downloads/2013.01.28/youtube-dl-2013.01.28.tar.gz'
sha1 '91b0ead8ab2136e36c920a7a34f9085a792675f0'
url 'http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz'
sha1 '0508c846868d885b408c4cd2dbd8b29ab1211617'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"