From 119ed920430492484ed4bfa0f2097797ea01cfab Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 13 Nov 2016 11:23:14 -0800 Subject: [PATCH] vim 8.0.0084 Closes #6888. Signed-off-by: ilovezfs --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index 455eaff1fb..30d84d7db1 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.0077.tar.gz" - sha256 "623dff224aafd44b3c22120e62232bcf749f8ea7f6fe3f60306ae45696980972" + url "https://github.com/vim/vim/archive/v8.0.0084.tar.gz" + sha256 "651a1a40163365558ab7dbb03d988de6fd5e3538d111e6d2949a3acb4c6040a2" head "https://github.com/vim/vim.git"