diff options
| author | Francisco Souza | 2012-12-12 22:19:16 -0200 |
|---|---|---|
| committer | Jack Nagel | 2012-12-12 19:08:21 -0600 |
| commit | d8dd281631784cc76702ed6546ae96010df07095 (patch) | |
| tree | 80015205b571ff6fa33813f7ccee309a411d04a4 /Library/Formula/vim.rb | |
| parent | 7276770a6ec775d38f8840f3bdcf0a3dfedc08a5 (diff) | |
| download | homebrew-d8dd281631784cc76702ed6546ae96010df07095.tar.bz2 | |
vim 7.3.761
Closes #16542.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/vim.rb')
| -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 082495bac..ffb8ba013 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-754' - version '7.3.754' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-761' + version '7.3.761' head 'https://vim.googlecode.com/hg/' |
