homebrew-core/Formula/youtube-dl.rb
2010-11-13 11:42:53 -08:00

8 lines
230 B
Ruby

require 'formula'
class YoutubeDl <ScriptFileFormula
url 'https://github.com/rg3/youtube-dl/tarball/2010.10.24'
homepage 'http://rg3.github.com/youtube-dl/'
md5 '3b731c9c11ddb00135212dd3298d4000'
version '2010.10.24'
end