diff --git a/Formula/vim.rb b/Formula/vim.rb index 9283b2fec62c..1740e936f8a3 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -2,10 +2,9 @@ class Vim < Formula desc "Vi 'workalike' with many additional features" homepage "https://www.vim.org/" # vim should only be updated every 50 releases on multiples of 50 - url "https://github.com/vim/vim/archive/v9.0.0350.tar.gz" - sha256 "36c211d34beb734fa322975daa170868d7172b1a5f9605257d532cebf956f708" + url "https://github.com/vim/vim/archive/v9.0.0450.tar.gz" + sha256 "7ff15a0e9fd33fffb61558b7e566171be3f1cd1413dcae53ac068204af699115" license "Vim" - revision 1 head "https://github.com/vim/vim.git", branch: "master" # The Vim repository contains thousands of tags and the `Git` strategy isn't