vim: move back to tracking Debian unstable

master
Jack Nagel 2013-09-18 12:41:36 -05:00
parent 782141449c
commit b48a3bd612
1 changed files with 4 additions and 3 deletions

View File

@ -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