homebrew-core/Formula/youtube-dl.rb

9 lines
273 B
Ruby

require 'formula'
class YoutubeDl < ScriptFileFormula
url 'https://github.com/rg3/youtube-dl/raw/2012.02.27/youtube-dl'
homepage 'http://rg3.github.com/youtube-dl/'
sha256 '98146a510fed3d39a34a686e1100d6df4efa2b9b9e194649e615afc1ff646834'
version '2012.02.27'
end