homebrew-core/Formula/youtube-dl.rb

9 lines
238 B
Ruby
Raw Normal View History

require 'formula'
2011-03-13 01:43:53 +00:00
class YoutubeDl < ScriptFileFormula
url 'https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl'
2010-11-13 19:42:53 +00:00
homepage 'http://rg3.github.com/youtube-dl/'
md5 '2137453c9e9dde9612d37941eb74a4fb'
version '2011.01.30'
end