aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-04-28 16:24:31 +0200
committerAdam Vandenberg2013-04-28 08:22:53 -0700
commit91fecb04d907daa0ea6e0de5001da50c800ae457 (patch)
tree7178a80651a4a0dd8b0825bea4c8dfc024f841b4 /Library/Formula
parentd278480744b208dfec7cfd21c2903fb164c4cd0e (diff)
downloadhomebrew-91fecb04d907daa0ea6e0de5001da50c800ae457.tar.bz2
youtube-dl 2013.04.28
Closes #19489. 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 cccda5cd0..ba46595e1 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.22/youtube-dl-2013.04.22.tar.gz'
- sha1 'd28148c1f10aae7555471ad98be7dc457db2c77c'
+ url 'http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz'
+ sha1 'e45e217e46d133a29cb2d92303489544d8f9b0d0'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"