vim 8.0.1500

Closes #24079.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
ilovezfs 2018-02-13 02:55:04 -08:00 committed by FX Coudert
parent 456264f035
commit f5a6816e54

View file

@ -2,9 +2,8 @@ class Vim < Formula
desc "Vi 'workalike' with many additional features"
homepage "https://vim.sourceforge.io/"
# vim should only be updated every 50 releases on multiples of 50
url "https://github.com/vim/vim/archive/v8.0.1450.tar.gz"
sha256 "9d5294c592784213e6ac653cf228702ce59905b26e58cf4a01993d6264e1e774"
revision 1
url "https://github.com/vim/vim/archive/v8.0.1500.tar.gz"
sha256 "c2dc97680ca7d8c4e623bb457f6698879bb06d29499b1ecb6b86fdedc1d0afd3"
head "https://github.com/vim/vim.git"
bottle do