youtube-dl: Update the download url
Closes Homebrew/homebrew#16612. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9133ce13b5
commit
979e95577f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class YoutubeDl < Formula
|
||||
homepage 'http://rg3.github.com/youtube-dl/'
|
||||
url 'https://github.com/rg3/youtube-dl/archive/2012.12.11.tar.gz'
|
||||
sha1 '317904b43096ff01d6c6bbb62676912cd546809f'
|
||||
url 'https://github.com/downloads/rg3/youtube-dl/youtube-dl.2012.12.11.tar.gz'
|
||||
sha1 '9087a85afb80b0c2e2d9f667b638b66a85686938'
|
||||
|
||||
def install
|
||||
system "make", "youtube-dl", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue