aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-09-22 10:19:05 +0200
committerAdam Vandenberg2013-09-22 18:30:08 -0700
commitb34f67a4b22b19f333fb777692d0132d7ef88cbb (patch)
tree7bc0e30c845eca0d86512faa20177c9467e1cf28 /Library/Formula
parent79cf46d6d7efc4104ad243ce6f2b549cf07fb904 (diff)
downloadhomebrew-b34f67a4b22b19f333fb777692d0132d7ef88cbb.tar.bz2
youtube-dl 2013.09.20.1
Closes #22740. 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 9695af8fb..858f63ad5 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.09.17/youtube-dl-2013.09.17.tar.gz'
- sha1 'a149190f899d18b97ea018085677e4f1f515bce9'
+ url 'http://youtube-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz'
+ sha1 '9e9dcfdce9f0c69e2cba246e26543e625d50d3ba'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"