youtube-dl 2013.04.31
Closes Homebrew/homebrew#19546. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
defba92a20
commit
e7f43cb073
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class YoutubeDl < Formula
|
||||
homepage 'http://rg3.github.io/youtube-dl/'
|
||||
url 'http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz'
|
||||
sha1 'e45e217e46d133a29cb2d92303489544d8f9b0d0'
|
||||
url 'http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz'
|
||||
sha1 '03fc4109cccb8359f30c17da59f22235ae7400f4'
|
||||
|
||||
def install
|
||||
system "make", "youtube-dl", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue