diff options
| author | Adam Vandenberg | 2011-03-12 17:43:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 17:43:53 -0800 |
| commit | 0991680ffdb0f057ace647f81c4300fb6fa6afa3 (patch) | |
| tree | 351c9d8f2957928319256afc9cd0b5e3aa22b181 /Library/Formula/youtube-dl.rb | |
| parent | 28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (diff) | |
| download | homebrew-0991680ffdb0f057ace647f81c4300fb6fa6afa3.tar.bz2 | |
Fix inheritance for ScriptFileFormula.
Diffstat (limited to 'Library/Formula/youtube-dl.rb')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 2 |
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' |
