homebrew-core/Formula/youtube-dl.rb

9 lines
273 B
Ruby

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