diff options
| -rw-r--r-- | Library/Formula/macvim.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 126aed1ca..bfd9568a9 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -2,9 +2,9 @@ require 'formula' class Macvim < Formula homepage 'http://code.google.com/p/macvim/' - url 'https://github.com/b4winckler/macvim/tarball/snapshot-62' - version '7.3-62' - md5 '04d14c9ebe1b8fd0fe119d977e148c39' + url 'https://github.com/b4winckler/macvim/tarball/snapshot-63' + version '7.3-63' + md5 '6abd828216e4ee37d78538cf6f4a7af0' head 'https://github.com/b4winckler/macvim.git', :branch => 'master' def options |
