diff options
| author | Adam Vandenberg | 2010-11-06 22:10:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-06 22:15:43 -0700 |
| commit | 83f042190fbc61de235102122ef7503be41af572 (patch) | |
| tree | 6306ee24bf712134ee06a35c48407b9bf5b8483c /Library/Formula/macvim.rb | |
| parent | ff0b5da66bfe8059ba77ef01ae9bf6caa7d6f94c (diff) | |
| download | homebrew-83f042190fbc61de235102122ef7503be41af572.tar.bz2 | |
macvim - use tarball for stable download
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 5f67340f3..4aa67474d 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -1,8 +1,9 @@ require 'formula' class Macvim <Formula - url 'git://github.com/b4winckler/macvim.git', :tag => 'v7.3-53' + url 'https://github.com/b4winckler/macvim/tarball/v7.3-53' version 'v7.3-53' + md5 '35fb942c45109a2cbdbe7c1a3e02d59d' head 'git://github.com/b4winckler/macvim.git', :branch => 'master' homepage 'http://code.google.com/p/macvim/' @@ -45,6 +46,6 @@ class Macvim <Formula end def caveats - "MacVim.app installed to #{prefix}." + "MacVim.app installed to:\n#{prefix}" end end |
