diff options
| author | Martin Jagusch | 2012-01-03 13:02:07 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-08 09:02:46 -0800 |
| commit | 7c221072648493cc83ff17f40e4b2efb3182a7db (patch) | |
| tree | fb391833ca45d467250d513057df081f0a0b0d47 /Library/Formula/macvim.rb | |
| parent | c7457b4f546c453f02a2c1e085922e50929d48dd (diff) | |
| download | homebrew-7c221072648493cc83ff17f40e4b2efb3182a7db.tar.bz2 | |
MacVim 7.3-64
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -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 bfd9568a9..18ba9d338 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-63' - version '7.3-63' - md5 '6abd828216e4ee37d78538cf6f4a7af0' + url 'https://github.com/b4winckler/macvim/tarball/snapshot-64' + version '7.3-64' + md5 '5bdc0bc618b3179130f846f8d0f81283' head 'https://github.com/b4winckler/macvim.git', :branch => 'master' def options |
