aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
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/'