aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-03-29 21:42:50 +0100
committerAdam Vandenberg2013-03-29 14:59:32 -0700
commit341b4f2ee39283dff4fd3cac69a6788168a30733 (patch)
tree11c446120a53f487f6565c435ec2ca289d3b2c41
parent9fddebc091879c04ed8c8b55f9fe2dc655c3456e (diff)
downloadhomebrew-341b4f2ee39283dff4fd3cac69a6788168a30733.tar.bz2
youtube-dl 2013.03.29
Closes #18829. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 5f0605e9e..e2242c871 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.com/youtube-dl/'
- url 'http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz'
- sha1 '7f49d2d4156ba54922fbf047dcb732ca1da95568'
+ url 'http://youtube-dl.org/downloads/2013.03.29/youtube-dl-2013.03.29.tar.gz'
+ sha1 '7dd68fcee929296199c5a38460182880012e3cd6'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"