aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/youtube-dl.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-12-10 07:22:49 -0800
committerAdam Vandenberg2010-12-10 07:23:09 -0800
commit642170043a41a2bc637ce03abdeb3aeeb4d073d6 (patch)
tree7f23b3817d2dabdb77d4dba922f5e440145800a7 /Library/Formula/youtube-dl.rb
parentdff4337be28966e0c2dc77f99761520efca8525a (diff)
downloadhomebrew-642170043a41a2bc637ce03abdeb3aeeb4d073d6.tar.bz2
youtube-dl 2010.12.09
Diffstat (limited to 'Library/Formula/youtube-dl.rb')
-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 a93a63398..a12bfb3b5 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/tarball/2010.10.24'
+ url 'https://github.com/rg3/youtube-dl/raw/2010.12.09/youtube-dl'
homepage 'http://rg3.github.com/youtube-dl/'
- md5 '3b731c9c11ddb00135212dd3298d4000'
- version '2010.10.24'
+ md5 '3f30efd79e00d104296b0bf80c732d3d'
+ version '2010.12.09'
end