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"