aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKevin Ballard2012-03-05 15:13:40 -0800
committerAdam Vandenberg2012-03-05 20:18:10 -0800
commit8c130475bcb252692991c7db582ebbef6ee261e7 (patch)
tree95093f2869ab979da2d6cabbda1d29f9b22dd1eb /Library
parent76487e5247a4b525fdda95fc0c26687f6d08b7b9 (diff)
downloadhomebrew-8c130475bcb252692991c7db582ebbef6ee261e7.tar.bz2
youtube-dl 2012.02.27
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/youtube-dl.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 116d74c68..6dc3b708d 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -1,8 +1,8 @@
require 'formula'
class YoutubeDl < ScriptFileFormula
- url 'https://github.com/rg3/youtube-dl/raw/2012.01.08b/youtube-dl'
+ url 'https://github.com/rg3/youtube-dl/raw/2012.02.27/youtube-dl'
homepage 'http://rg3.github.com/youtube-dl/'
- sha256 '5bfd6ed0e692c9047c81498b70dbe4929a2079c2dfa4018862bb3d34175e988c'
- version '2012.01.08b'
+ sha256 '98146a510fed3d39a34a686e1100d6df4efa2b9b9e194649e615afc1ff646834'
+ version '2012.02.27'
end