youtube-dl 2013.10.15
Closes Homebrew/homebrew#23293. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b54804c664
commit
3881511761
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.10.09/youtube-dl-2013.10.09.tar.gz'
|
||||
sha1 'd7f99a8f7588574658656f143d7fdbc69c9765f4'
|
||||
url 'http://youtube-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz'
|
||||
sha1 '5974bdb03e3d6d483c0517eb4c14d3b7183229ba'
|
||||
|
||||
def install
|
||||
system "make", "youtube-dl", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue