aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-11-22 21:07:58 +0100
committerAdam Vandenberg2013-11-22 13:48:35 -0800
commitae6ca57b02d792fdfb918a511447d4c0f6b2e79b (patch)
treee5844ce21cb1b930effba7ea14e3b768f9364f1a /Library
parent2b2d90d1743eeded825a3d05791736ba7bcb9798 (diff)
downloadhomebrew-ae6ca57b02d792fdfb918a511447d4c0f6b2e79b.tar.bz2
youtube-dl 2013.11.22.1
Closes #24596. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/youtube-dl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index ca1f8e27a..09f282b7d 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.17/youtube-dl-2013.11.17.tar.gz'
- sha1 '8590252f03fe31b2057c6d7c7c9b51b72aa06c0d'
+ url 'http://youtube-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz'
+ sha1 '5a886a0153bbee4fe5550034e5a4adabbdc1babe'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"