homebrew-core/Formula/youtube-dl.rb
2010-12-10 07:23:09 -08:00

8 lines
237 B
Ruby

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