youtube-dl 2014.02.05
Closes Homebrew/homebrew#26444. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2d31c87db1
commit
9debd27538
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 'https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz'
|
||||
sha1 '44224d35b363f8ff33f3d04fe003c9641592ac00'
|
||||
url 'https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz'
|
||||
sha1 'cf8f7b5edfb10fde117dd55efc2b916939ed85af'
|
||||
|
||||
def install
|
||||
system "make", "youtube-dl", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue