youtube-dl 2013.09.17

Closes Homebrew/homebrew#22631.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jaime Marquínez Ferrándiz 2013-09-17 21:19:26 +02:00 committed by Adam Vandenberg
parent 37bc34f8cc
commit befaf172ed
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.09.04/youtube-dl-2013.09.04.tar.gz'
sha1 '33b0ad8af36bd9038b8a6d0e44f5493e0b763462'
url 'http://youtube-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz'
sha1 'a149190f899d18b97ea018085677e4f1f515bce9'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"