aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 cb4f80988..9399e1c8f 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.03.29/youtube-dl-2013.03.29.tar.gz'
- sha1 '7dd68fcee929296199c5a38460182880012e3cd6'
+ url 'http://youtube-dl.org/downloads/2013.04.03/youtube-dl-2013.04.03.tar.gz'
+ sha1 'c338f77edce8a465900391829dab89ec5f63623b'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"