aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiao G. Wu2012-12-13 14:43:43 -0800
committerAdam Vandenberg2012-12-14 09:24:12 -0800
commitfaae352ebd16e812e2bae45536adb400abfb3eed (patch)
tree99c91e169cb757ef29acdbebd7fe0decaa3ff0be
parent2b42d5be618dfa772a7b1c5fdcabb6b0ca5521b6 (diff)
downloadhomebrew-faae352ebd16e812e2bae45536adb400abfb3eed.tar.bz2
MacVim 7.3-66
https://github.com/b4winckler/macvim/wiki/ChangeLog Closes #16561. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/macvim.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index c5591e412..246bf1deb 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-65'
- version '7.3-65'
- sha1 'fa5f6e0febe1ebcf5320a6ff8bcf4c7e39eccf8e'
+ url 'https://github.com/b4winckler/macvim/tarball/snapshot-66'
+ version '7.3-66'
+ sha1 'd11696f7089688fa96a45fc57410c60f6ca5a394'
head 'https://github.com/b4winckler/macvim.git', :branch => 'master'