diff options
| author | Jack Nagel | 2012-08-19 19:58:33 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-19 20:03:58 -0500 |
| commit | 6abb3d7ec97e224eb5cfe6132533011638df931b (patch) | |
| tree | 2d9f67d33962cd67c3842b4498dd56db12de3e49 /Library/Formula | |
| parent | afb18bd6511569222871771c08fd91e45b51fc94 (diff) | |
| download | homebrew-6abb3d7ec97e224eb5cfe6132533011638df931b.tar.bz2 | |
vcodex: don't re-require download_strategy
This is already available via formula.rb.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vcodex.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb index a29abc0aa..b1f29371b 100644 --- a/Library/Formula/vcodex.rb +++ b/Library/Formula/vcodex.rb @@ -1,7 +1,6 @@ require 'formula' -require 'download_strategy' -class VcodexDownloadStrategy <CurlDownloadStrategy +class VcodexDownloadStrategy < CurlDownloadStrategy # downloading from AT&T requires using the following credentials def credentials 'I accept www.research.att.com/license/att-src:.' |
