youtube-dl 2013.10.23.2

Closes Homebrew/homebrew#23492.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-10-23 20:08:01 +02:00 committed by Jack Nagel
parent 084269aef2
commit 70c8174c0b

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.10.15/youtube-dl-2013.10.15.tar.gz'
sha1 '5974bdb03e3d6d483c0517eb4c14d3b7183229ba'
url 'http://youtube-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz'
sha1 'd551f142340c8995677a382d167fe69af1cde7e0'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"