aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorKnackeredCoder2013-07-16 16:27:12 +0100
committerAdam Vandenberg2013-07-16 18:09:45 -0700
commitf4a735e8f3f02485852a610cd04cf01022250e33 (patch)
tree8c578b3583dd0afb741b64094b58e982551b1083 /Library/Formula/vim.rb
parent381d34596dd385ce8f50811e2b72ad5459cf42dc (diff)
downloadhomebrew-f4a735e8f3f02485852a610cd04cf01022250e33.tar.bz2
Vim devel 7.4a Beta
Closes #21256. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index f3e714f2c..3def93f69 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -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