aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-04-30 22:17:49 +0200
committerAdam Vandenberg2013-04-30 13:26:29 -0700
commit795e2134eaec7576297091acc5a32a6e1d199bea (patch)
tree5364f271161980d9fe375c1dba1e08143db341b1 /Library/Formula
parent7c5a4e597da56449f14098a7f7afba82387d129b (diff)
downloadhomebrew-795e2134eaec7576297091acc5a32a6e1d199bea.tar.bz2
youtube-dl 2013.04.31
Closes #19546. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 ba46595e1..e69f6ea62 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.04.28/youtube-dl-2013.04.28.tar.gz'
- sha1 'e45e217e46d133a29cb2d92303489544d8f9b0d0'
+ url 'http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz'
+ sha1 '03fc4109cccb8359f30c17da59f22235ae7400f4'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"