diff options
| author | Francisco Souza | 2013-05-07 09:18:31 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-07 07:29:22 -0700 |
| commit | a04e613f46b4402905336170168dc11c80089d85 (patch) | |
| tree | 74aa8083540dccfaf47d4d2789e7e7eeefbf50e8 /Library/Formula | |
| parent | 29e4f5f54e77f5f63589b3a73b518948d67ae08d (diff) | |
| download | homebrew-a04e613f46b4402905336170168dc11c80089d85.tar.bz2 | |
vim 7.3.931
Closes #19652.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vim.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 377697b90..a84cda7ef 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -4,8 +4,8 @@ class Vim < Formula homepage 'http://www.vim.org/' # Get stable versions from hg repo instead of downloading an increasing # number of separate patches. - url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-929' - version '7.3.929' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-931' + version '7.3.931' head 'https://vim.googlecode.com/hg/' |
