blob: 6dc3b708d0ab325815bef1d8126dda7f0982914e (
plain)
1
2
3
4
5
6
7
8
|
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
|