From dceac81c926cf864a0ddcd0e715969a66ca798f2 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Tue, 19 Feb 2019 19:13:24 +0800 Subject: [PATCH] vim 8.1.0950 Closes #37093. Signed-off-by: Chongyu Zhu --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index b40a20265b..e90641014f 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.0900.tar.gz" - sha256 "5a7cfa4dcaa96c41b32332ea5c6b9d1f6b3dc0a5f010ce7095ed15ae37eb0f33" + url "https://github.com/vim/vim/archive/v8.1.0950.tar.gz" + sha256 "0c43a741424ac3b15347359247d806d3f62d79eea7e8a20f1bfd04bb2cc89f5c" head "https://github.com/vim/vim.git" bottle do