youtube-dl 2013.04.11

Closes Homebrew/homebrew#19134.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jaime Marquínez Ferrándiz 2013-04-11 19:23:05 +02:00 committed by Jack Nagel
parent 29422badc3
commit 3b81dc6a1b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.io/youtube-dl/'
url 'http://youtube-dl.org/downloads/2013.04.03/youtube-dl-2013.04.03.tar.gz'
sha1 'c338f77edce8a465900391829dab89ec5f63623b'
url 'http://youtube-dl.org/downloads/2013.04.11/youtube-dl-2013.04.11.tar.gz'
sha1 '6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"