diff options
| author | Jack Nagel | 2014-12-09 20:45:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-09 21:18:01 -0500 |
| commit | b53223a45cef4d7dad7c2ebae7988fe4001b0579 (patch) | |
| tree | 465d254b0c71fbd8a95922dbcfb66d1fa0f0347c /Library/Formula/vcodex.rb | |
| parent | baa1954c33088dc7dce524dcef496d94e3f2398d (diff) | |
| download | homebrew-b53223a45cef4d7dad7c2ebae7988fe4001b0579.tar.bz2 | |
Pull strategy for downloading from research.att.com into core
Diffstat (limited to 'Library/Formula/vcodex.rb')
| -rw-r--r-- | Library/Formula/vcodex.rb | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb index e78c00c57..3b201a78b 100644 --- a/Library/Formula/vcodex.rb +++ b/Library/Formula/vcodex.rb @@ -1,21 +1,9 @@ require 'formula' -class VcodexDownloadStrategy < CurlDownloadStrategy - # downloading from AT&T requires using the following credentials - def credentials - 'I accept www.opensource.org/licenses/eclipse:.' - end - - def curl(*args) - args << '--user' << credentials - super - end -end - class Vcodex < Formula homepage 'http://www2.research.att.com/~astopen/download/ref/vcodex/vcodex.html' url 'http://www2.research.att.com/~astopen/download/tgz/vcodex.2013-05-31.tgz', - :using => VcodexDownloadStrategy + :using => AttResearchDownloadStrategy sha1 '0423ee95b13069dd617c5f7625484a92d5068ea0' version '2013-05-31' |
