From a4cbf3a9e5a651e03e21bcc04ec53064c08022f1 Mon Sep 17 00:00:00 2001 From: Alexander Hamann Date: Fri, 2 Dec 2016 00:20:09 +0100 Subject: [PATCH] vim 8.0.0118 Closes #7457. Signed-off-by: Uladzislau Shablinski --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index 2baa9203a4..0feaf8a902 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -2,8 +2,8 @@ class Vim < Formula desc "Vi \"workalike\" with many additional features" homepage "http://www.vim.org/" # *** Vim should be updated no more than once every 7 days *** - url "https://github.com/vim/vim/archive/v8.0.0106.tar.gz" - sha256 "cbace3e7a2db3df73720c4181fa4cdbf7df94310522b1c7a4fd7d6afeaa1e145" + url "https://github.com/vim/vim/archive/v8.0.0118.tar.gz" + sha256 "94be26ce8b2a23143c1a4da830b65b4903bd08c66a0fa86f496cda7c3cc53e3f" head "https://github.com/vim/vim.git"