diff options
| author | Adam Vandenberg | 2013-01-27 15:40:44 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:54 -0800 |
| commit | d0da88378e99aa3880d311ca413ef55edc6785f4 (patch) | |
| tree | 8e7b321a64dd7cbdcb4ee92082959f3d8134e7a0 /Library/Formula/vcodex.rb | |
| parent | 3312635123917422a4ab90a967027aa19473d08f (diff) | |
| download | homebrew-d0da88378e99aa3880d311ca413ef55edc6785f4.tar.bz2 | |
vcodex: style nits
Diffstat (limited to 'Library/Formula/vcodex.rb')
| -rw-r--r-- | Library/Formula/vcodex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb index 247f5ae43..8baf2ac49 100644 --- a/Library/Formula/vcodex.rb +++ b/Library/Formula/vcodex.rb @@ -12,9 +12,9 @@ class VcodexDownloadStrategy < CurlDownloadStrategy end class Vcodex < Formula + homepage 'http://www2.research.att.com/~gsf/download/ref/vcodex/vcodex.html' url 'http://www2.research.att.com/~gsf/download/tgz.att-src/vcodex.2005-05-22.tgz', :using => VcodexDownloadStrategy - homepage 'http://www2.research.att.com/~gsf/download/ref/vcodex/vcodex.html' sha1 '2a9b766b580149cc66c6d5cbc95fe2a390f45a18' version '2005-05-22' |
