From 17bb76bc84f51a4a2ca3192dad0e77079326926e Mon Sep 17 00:00:00 2001 From: Alexander Hamann Date: Wed, 14 Dec 2016 23:00:54 +0100 Subject: [PATCH] vim 8.0.0134 Closes #7861. Signed-off-by: William Woodruff --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index 907f493a93..a754f58cf7 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.0130.tar.gz" - sha256 "73b1236dc4fdf77bff6ab946f80463932c7a806bb020cf0738ffad3ed2e7ed13" + url "https://github.com/vim/vim/archive/v8.0.0134.tar.gz" + sha256 "1b3e3e7d187eed55cbdb0a1dae6b8f3b885005fbae84222420877d7afa3b2310" head "https://github.com/vim/vim.git"