From 4695e327bb35421d41be05d69aed4cef0934a3ca Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Mon, 5 Aug 2024 18:53:52 +0200 Subject: [PATCH] vim 9.1.0650 --- 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 beb57a8..d6ea870 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/refs/tags/v9.1.0400.tar.gz" - sha256 "99cf952936aab2493f287c93aff2b0efadf903bdc8bd76d5010ac33bce854975" + url "https://github.com/vim/vim/archive/refs/tags/v9.1.0650.tar.gz" + sha256 "354db058c5209fd76fdd4589c0b34714e9785380aefb59f812ffd5a122e654ff" license "Vim" head "https://github.com/vim/vim.git", branch: "master"