aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorcmar2013-09-05 15:23:38 -0400
committerJack Nagel2013-09-12 17:07:55 -0500
commit817ef43786aabbc816eb3b7a3989a6563fa41e2b (patch)
tree3eb6be845cb0df9e74a53d087f96e183479bccc3 /Library/Formula/vim.rb
parent7b3e48400af91bf54c54f6aeada0d95a61879d5b (diff)
downloadhomebrew-817ef43786aabbc816eb3b7a3989a6563fa41e2b.tar.bz2
vim 7.4.027
Closes #22344. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index 67ea9530d..6abd96bce 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -2,11 +2,8 @@ require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
- # Get the base 7.4 tarball from Vim.org. But once patches start again, go
- # back to tracking Debian unstable here:
- # http://ftp.de.debian.org/debian/pool/main/v/vim/
- url 'http://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2'
- sha1 '601abf7cc2b5ab186f40d8790e542f86afca86b7'
+ url 'https://vim.googlecode.com/hg/', :tag => 'v7-4-027'
+ version '7.4.027'
head 'https://vim.googlecode.com/hg/'