diff options
| author | Jack Nagel | 2013-02-13 23:57:25 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-13 23:57:25 -0600 |
| commit | bd29176508aa2f33fca0692a5c9174e6d9567632 (patch) | |
| tree | db53cfc6d945bad12ed996586968bd05de3622b2 /Library/Formula/vim.rb | |
| parent | 4b0853899b79409eba1e8aba54822bce4212781a (diff) | |
| download | homebrew-bd29176508aa2f33fca0692a5c9174e6d9567632.tar.bz2 | |
vim 7.3.816
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 fde89b1c9..d93df9bff 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-806' - version '7.3.806' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-816' + version '7.3.816' head 'https://vim.googlecode.com/hg/' |
