From 84d9d436745fe4623672a640f1e086c3bea87829 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Sun, 3 Jul 2022 13:49:18 +0200 Subject: [PATCH] vim-custom 9.0.0000 vim 9.0.0000 Closes #87. Signed-off-by: Patrick Heyer <9436503+PatTheMav@users.noreply.github.com> --- Formula/vim-custom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim-custom.rb b/Formula/vim-custom.rb index 17c66ed..c669d7b 100644 --- a/Formula/vim-custom.rb +++ b/Formula/vim-custom.rb @@ -2,8 +2,8 @@ class VimCustom < Formula desc "Vi 'workalike' with many additional features" homepage "https://www.vim.org/" # vim should only be updated every 25 releases on multiples of 25 - url "https://github.com/vim/vim/archive/v8.2.5050.tar.gz" - sha256 "8eecb277ad3993bea9f117070ab2a8648299ee37b9282b3e7f6681c3ac95a052" + url "https://github.com/vim/vim/archive/v9.0.0000.tar.gz" + sha256 "1b3cd3732eb7039cf58a9321de26ab1a12d81c2f6760eb03c5d7b60d548f4587" head "https://github.com/vim/vim.git", branch: "master" bottle do