From cf619210c7cedb70adac9dc060ecb608b0c5a01d Mon Sep 17 00:00:00 2001 From: Maxim Usikov Date: Wed, 3 Apr 2019 08:49:21 +0300 Subject: [PATCH] vim 8.1.1100 Closes #38634. Signed-off-by: FX Coudert --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index a2dac1d55c..b033584037 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.1050.tar.gz" - sha256 "b87ecef09e9a9151ad60d570bce64991ddc399c21594929e2029db57ff29f98b" + url "https://github.com/vim/vim/archive/v8.1.1100.tar.gz" + sha256 "d7f59c2a0a16983d71f0bb27560356fd1602134037abdecd90e4280f3cafa8e3" head "https://github.com/vim/vim.git" bottle do