From 6e8fe0f7c6da46140f3c3bbca216185c4b6b81a0 Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Sun, 5 Jan 2014 13:48:34 +0100 Subject: youtube-dl 2014.01.05.6 Closes #25656. Signed-off-by: Mike McQuaid --- Library/Formula/youtube-dl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 78104ffbf..02860e0df 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -2,8 +2,8 @@ require 'formula' class YoutubeDl < Formula homepage 'http://rg3.github.io/youtube-dl/' - url 'https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz' - sha1 '4cbd9c8ed452dea57dcc5b91469efb2525bd9469' + url 'https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz' + sha1 'a09bc27bb9f63b1d44274088d83681e4582024a4' def install system "make", "youtube-dl", "PREFIX=#{prefix}" -- cgit v1.2.3