From 93e27910c595b8c7e3bcae968a272deaf6338ec9 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Tue, 26 Mar 2019 11:10:14 +1100 Subject: [PATCH] vim 8.1.1050 Closes #38280. Signed-off-by: Igor Kapkov --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index 3489c2340d..07df00affe 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -2,8 +2,8 @@ class Vim < Formula desc "Vi 'workalike' with many additional features" homepage "https://www.vim.org/" # vim should only be updated every 50 releases on multiples of 50 - url "https://github.com/vim/vim/archive/v8.1.1000.tar.gz" - sha256 "b5a2307d7c8382ed68e9c5d058b2db91d9b4873c5a3ccfcdcba3208a86d321e9" + url "https://github.com/vim/vim/archive/v8.1.1050.tar.gz" + sha256 "b87ecef09e9a9151ad60d570bce64991ddc399c21594929e2029db57ff29f98b" head "https://github.com/vim/vim.git" bottle do