Vim devel 7.4a Beta

Closes Homebrew/homebrew#21256.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
KnackeredCoder 2013-07-16 16:27:12 +01:00 committed by Adam Vandenberg
parent 3bd5e785f5
commit a64343f009
1 changed files with 9 additions and 2 deletions

View File

@ -3,8 +3,15 @@ require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
# This package tracks debian-unstable: http://packages.debian.org/unstable/vim
url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.4a.012.orig.tar.gz'
sha1 '3d7ec9c846a356bbaeab96692db31b07ccb946f4'
url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.3.923.orig.tar.gz'
sha1 'f308d219dd9c6b56e84109ace4e7487a101088f5'
devel do
url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.4a.012.orig.tar.gz'
version '7.4a.012'
sha1 '3d7ec9c846a356bbaeab96692db31b07ccb946f4'
end
head 'https://vim.googlecode.com/hg/'
# We only have special support for finding depends_on :python, but not yet for