aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorJason Sallis2011-02-17 22:00:59 -0700
committerAdam Vandenberg2011-02-19 09:32:11 -0800
commite8dafc43ffe80726d24c1d2ca37dcf77907e5251 (patch)
tree14c985aecd3db558d9821c139c1b534fe6cc05fe /Library/Formula/macvim.rb
parent798944171e9dd9a0a10bd2a50ffaecef7ba9e0cc (diff)
downloadhomebrew-e8dafc43ffe80726d24c1d2ca37dcf77907e5251.tar.bz2
updated macvim to 7.3 snapshot 57
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
-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 9e9b67e3e..2b340156c 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -1,9 +1,9 @@
require 'formula'
class Macvim <Formula
- url 'https://github.com/b4winckler/macvim/tarball/v7.3-53'
- version 'v7.3-53'
- md5 '35fb942c45109a2cbdbe7c1a3e02d59d'
+ url 'https://github.com/b4winckler/macvim/tarball/snapshot-57'
+ version '7.3-57'
+ md5 '2bf4630be2d59f62b8b70870ba1fe0a1'
head 'git://github.com/b4winckler/macvim.git', :branch => 'master'
homepage 'http://code.google.com/p/macvim/'