youtube-dl 2013.09.04
Closes Homebrew/homebrew#22312. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2f37cc8ac8
commit
95aee764d7
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.08.22/youtube-dl-2013.08.22.tar.gz'
|
||||
sha1 '319761743bafc0bd185004e12705330445e829d4'
|
||||
url 'http://youtube-dl.org/downloads/2013.09.04/youtube-dl-2013.09.04.tar.gz'
|
||||
sha1 '33b0ad8af36bd9038b8a6d0e44f5493e0b763462'
|
||||
|
||||
def install
|
||||
system "make", "youtube-dl", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue