diff options
| author | Jack Nagel | 2014-05-02 12:19:21 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-02 12:19:21 -0500 | 
| commit | 4a7251492b41b6af6e14963bdc2ee087c641a99d (patch) | |
| tree | 40ce521489881b930985cf70668f498733c77ab9 | |
| parent | 6ac8a4502db0c75cdab990812df79363298b9735 (diff) | |
| download | homebrew-4a7251492b41b6af6e14963bdc2ee087c641a99d.tar.bz2 | |
vim 7.4.273
| -rw-r--r-- | Library/Formula/vim.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 07fe19e14..83903a4bf 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -4,8 +4,8 @@ class Vim < Formula    homepage 'http://www.vim.org/'    head 'https://vim.googlecode.com/hg/'    # This package tracks debian-unstable: http://packages.debian.org/unstable/vim -  url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.253.orig.tar.gz' -  sha1 'ea439da6bf03859dc2d930a5690a960432fc2dad' +  url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.273.orig.tar.gz' +  sha1 '87da49006fbea912b5bf5f99cc91030581b43269'    # We only have special support for finding depends_on :python, but not yet for    # :ruby, :perl etc., so we use the standard environment that leaves the | 
