diff options
| author | Jack Nagel | 2012-11-15 11:46:25 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-15 11:46:25 -0600 |
| commit | da9241aab8bf782a421a95a0ce4b19591f184913 (patch) | |
| tree | fea06762697bd14ff9b0cba6fe539c0aaaa032c2 /Library | |
| parent | 1184584bc2177e44e77ba7470144ba07eaa672bd (diff) | |
| download | homebrew-da9241aab8bf782a421a95a0ce4b19591f184913.tar.bz2 | |
vim 7.3.715
Diffstat (limited to 'Library')
| -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 2b4f1aeff..348e9d8f4 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-714' - version '7.3.714' + url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-715' + version '7.3.715' head 'https://vim.googlecode.com/hg/' |
