From 817ef43786aabbc816eb3b7a3989a6563fa41e2b Mon Sep 17 00:00:00 2001 From: cmar Date: Thu, 5 Sep 2013 15:23:38 -0400 Subject: vim 7.4.027 Closes #22344. Signed-off-by: Jack Nagel --- Library/Formula/vim.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula/vim.rb') 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/' -- cgit v1.2.3