8 lines
273 B
Ruby
8 lines
273 B
Ruby
require 'formula'
|
|
|
|
class YoutubeDl < ScriptFileFormula
|
|
url 'https://github.com/rg3/youtube-dl/raw/2011.12.08/youtube-dl'
|
|
homepage 'http://rg3.github.com/youtube-dl/'
|
|
sha256 '761f3fb1485cdaff706e7adbd7e78057c11576ffe9fc2a9660aa517d7c4d46ee'
|
|
version '2011.12.08'
|
|
end
|