From 88ee0efd6f70e83d9dab0ccd0fc901b71dc7ed39 Mon Sep 17 00:00:00 2001 From: Dan Poggi Date: Mon, 18 Nov 2013 06:06:31 -0500 Subject: youtube-dl 2013.11.17 Closes #24429. 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 7a90c4b87..ca1f8e27a 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 'http://youtube-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz' - sha1 'c1916f7c8c9f12079d86a066e937642a4b8fc9bc' + url 'http://youtube-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz' + sha1 '8590252f03fe31b2057c6d7c7c9b51b72aa06c0d' def install system "make", "youtube-dl", "PREFIX=#{prefix}" -- cgit v1.2.3