diff options
| author | Jason Sallis | 2010-10-06 10:48:58 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 09:56:37 -0700 |
| commit | 754573d19b1218a9da3f0c60a6ccc0c44dfa52de (patch) | |
| tree | 070c9cab49c38b51096cbce66ec518b6e2483e93 /Library/Formula/macvim.rb | |
| parent | 1488d7d7e63faa62f8d265d0942dd2fbb55889c1 (diff) | |
| download | homebrew-754573d19b1218a9da3f0c60a6ccc0c44dfa52de.tar.bz2 | |
Update macvim formula to use specific version instead of HEAD by default
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 4 |
1 files changed, 3 insertions, 1 deletions
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 <Formula - head 'git://github.com/b4winckler/macvim.git' + url 'git://github.com/b4winckler/macvim.git', :tag => '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 |
