diff options
Diffstat (limited to 'Library')
| -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 5c85b7244..002940bbf 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-59' - version '7.3-59' - md5 'cdf4db93ac249c653f3d0a2920ba8d08' + url 'https://github.com/b4winckler/macvim/tarball/snapshot-60' + version '7.3-60' + md5 '637f731eb11fb49134e8244df3e33f56' head 'https://github.com/b4winckler/macvim.git', :branch => 'master' def options |
