aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorPatrick McElwee2014-04-25 16:15:46 -0400
committerJack Nagel2014-04-25 20:14:51 -0500
commit9f8705f7a939c7753914dc41005528e9f9145221 (patch)
tree693da88fb9b2d9cbd14652aa04d69c1398e1c84c /Library/Formula/macvim.rb
parent0c91d9d8adcdd10d06ce042a1c2ee5d533f1f1ad (diff)
downloadhomebrew-9f8705f7a939c7753914dc41005528e9f9145221.tar.bz2
macvim 7.4-73
Fixes #28596 Closes #28721. Signed-off-by: Jack Nagel <jacknagel@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 008119646..06f258b7d 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-72.tar.gz'
- version '7.4-72'
- sha1 '3fb5b09d7496c8031a40e7a73374424ef6c81166'
+ url 'https://github.com/b4winckler/macvim/archive/snapshot-73.tar.gz'
+ version '7.4-73'
+ sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0'
head 'https://github.com/b4winckler/macvim.git', :branch => 'master'