aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/youtube-dl.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-12 17:43:53 -0800
committerAdam Vandenberg2011-03-12 17:43:53 -0800
commit0991680ffdb0f057ace647f81c4300fb6fa6afa3 (patch)
tree351c9d8f2957928319256afc9cd0b5e3aa22b181 /Library/Formula/youtube-dl.rb
parent28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (diff)
downloadhomebrew-0991680ffdb0f057ace647f81c4300fb6fa6afa3.tar.bz2
Fix inheritance for ScriptFileFormula.
Diffstat (limited to 'Library/Formula/youtube-dl.rb')
-rw-r--r--Library/Formula/youtube-dl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 773f2d24c..600c93d6e 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -1,6 +1,6 @@
require 'formula'
-class YoutubeDl <ScriptFileFormula
+class YoutubeDl < ScriptFileFormula
url 'https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl'
homepage 'http://rg3.github.com/youtube-dl/'
md5 '2137453c9e9dde9612d37941eb74a4fb'