youtube-dl 2014.02.05

Closes Homebrew/homebrew#26444.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
asaph 2014-02-05 13:01:50 -08:00 committed by Jack Nagel
parent 2d31c87db1
commit 9debd27538

View file

@ -2,8 +2,8 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.io/youtube-dl/'
url 'https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz'
sha1 '44224d35b363f8ff33f3d04fe003c9641592ac00'
url 'https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz'
sha1 'cf8f7b5edfb10fde117dd55efc2b916939ed85af'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"