youtube-dl 2014.02.08.2

Closes Homebrew/homebrew#26541.

Signed-off-by: Brett Koonce <koonce@gmail.com>
master
asaph 2014-02-08 19:06:44 -08:00 committed by Brett Koonce
parent f416f05349
commit 4f9bee9d96
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.io/youtube-dl/'
url 'https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz'
sha1 '36d7afb26aed0fa1e9cadb62339185e3f1f2dd8f'
url 'https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz'
sha1 'e0e66cd7a2d83b311b092fe4f22aa3f6f42fc6fb'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"