aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-18 12:41:36 -0500
committerJack Nagel2013-09-18 12:41:36 -0500
commit4f2f733bb54a1523e7f39fa6b5f0f8ddb925e5e7 (patch)
tree2afa19f8b50b414f1f38627dec22e0daed3d1289 /Library/Formula/vim.rb
parent5675b5d2b4a97608fcd108c0b854c0b3a0ef6dcd (diff)
downloadhomebrew-4f2f733bb54a1523e7f39fa6b5f0f8ddb925e5e7.tar.bz2
vim: move back to tracking Debian unstable
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index 9bad10af5..43f52d1ca 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -2,8 +2,9 @@ require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
- url 'https://vim.googlecode.com/hg/', :tag => 'v7-4-027'
- version '7.4.027'
+ # This package tracks debian-unstable: http://packages.debian.org/unstable/vim
+ url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.4.027.orig.tar.gz'
+ sha1 '8d78c0cf545bf75cbcd5e3b709a7d03a568d256e'
head 'https://vim.googlecode.com/hg/'
@@ -25,7 +26,7 @@ class Vim < Formula
option "without-#{language}", "Build vim without #{language} support"
end
- depends_on :hg => :build
+ depends_on :hg => :build if build.head?
depends_on :python => :recommended
def install