aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-04-18 13:25:55 +0200
committerAdam Vandenberg2013-04-18 08:15:46 -0700
commitcea6c3adb243f57621542737a6cf123f1d569dbb (patch)
treefe785182f049f942d8f03c021d831eb2c20cc12c /Library/Formula
parent488a9f6bb355f925e51aad9bb1aad14edf3172c6 (diff)
downloadhomebrew-cea6c3adb243f57621542737a6cf123f1d569dbb.tar.bz2
youtube-dl 2013.04.18
Closes #19283. 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 cc921efe9..784834f5c 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.11/youtube-dl-2013.04.11.tar.gz'
- sha1 '6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
+ url 'http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz'
+ sha1 'e1388be0c10541c951ec65a21d4ba2ad18cd2b2d'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"