diff options
| author | Francisco Souza | 2013-05-17 17:48:38 -0300 |
|---|---|---|
| committer | Jack Nagel | 2013-05-17 17:49:48 -0500 |
| commit | ae57a2406d2fe9163ace1e7f08890d79fa6b80a5 (patch) | |
| tree | 5644938467f4a4f16aca23ae5affdb5d02d57d18 /Library/Formula/vim.rb | |
| parent | cfe1c849f91b32f7cf89506be5867c33e4116ef1 (diff) | |
| download | homebrew-ae57a2406d2fe9163ace1e7f08890d79fa6b80a5.tar.bz2 | |
vim 7.3.967
Closes #19901.
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 5063654ad..b2e09a4f4 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-960' - version '7.3.960' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-967' + version '7.3.967' head 'https://vim.googlecode.com/hg/' |
