youtube-dl 2013.11.02

Closes Homebrew/homebrew#23892.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jaime Marquínez Ferrándiz 2013-11-02 12:52:41 +01:00 committed by Adam Vandenberg
parent 7583c047fe
commit 362cc16af8
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.10.23.2/youtube-dl-2013.10.23.2.tar.gz'
sha1 'd551f142340c8995677a382d167fe69af1cde7e0'
url 'http://youtube-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz'
sha1 'c1916f7c8c9f12079d86a066e937642a4b8fc9bc'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"