From 754573d19b1218a9da3f0c60a6ccc0c44dfa52de Mon Sep 17 00:00:00 2001 From: Jason Sallis Date: Wed, 6 Oct 2010 10:48:58 -0600 Subject: Update macvim formula to use specific version instead of HEAD by default Signed-off-by: Adam Vandenberg --- Library/Formula/macvim.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula/macvim.rb') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 6bf5f78ff..5f67340f3 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -1,7 +1,9 @@ require 'formula' class Macvim 'v7.3-53' + version 'v7.3-53' + head 'git://github.com/b4winckler/macvim.git', :branch => 'master' homepage 'http://code.google.com/p/macvim/' def options -- cgit v1.2.3