aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorELLIOTTCABLE2013-09-07 12:32:06 -0500
committerMike McQuaid2013-09-07 18:42:12 +0100
commit8a01d7807e5a6b8cfe0153940d8793e56a11ae53 (patch)
tree599ec1701da188a7756eeaffe88132c80a960076 /Library/Formula
parentc053779a98b4e36a8bf2f5cb385b3a1d54cea9a0 (diff)
downloadhomebrew-8a01d7807e5a6b8cfe0153940d8793e56a11ae53.tar.bz2
macvim 7.4-71
Closes #22377. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 00b4ce728..81173b0bf 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -3,9 +3,9 @@ require 'formula'
# Reference: https://github.com/b4winckler/macvim/wiki/building
class Macvim < Formula
homepage 'http://code.google.com/p/macvim/'
- url 'https://github.com/b4winckler/macvim/archive/snapshot-70.tar.gz'
- version '7.4-70'
- sha1 '66432ae0fe81b2787b23343b6c99ef81f6b52c3e'
+ url 'https://github.com/b4winckler/macvim/archive/snapshot-71.tar.gz'
+ version '7.4-71'
+ sha1 '09101e3e29ae517d6846159211ae64e1427b86c0'
head 'https://github.com/b4winckler/macvim.git', :branch => 'master'