We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3479cb commit e8e3be1Copy full SHA for e8e3be1
Formula/vim-custom.rb
@@ -2,8 +2,8 @@ class VimCustom < Formula
2
desc "Vi 'workalike' with many additional features"
3
homepage "https://www.vim.org/"
4
# vim should only be updated every 25 releases on multiples of 25
5
- url "https://github.com/vim/vim/archive/refs/tags/v9.1.1350.tar.gz"
6
- sha256 "345a2aa99c1a6308e6decf77e9d4b53ffa870261a62170f44988d58b0a519ed8"
+ url "https://github.com/vim/vim/archive/refs/tags/v9.1.1550.tar.gz"
+ sha256 "373f8478b7c285a9fbe18a62f18601736152ec425fbf1181af5a382a3f06bc76"
7
license "Vim"
8
head "https://github.com/vim/vim.git", branch: "master"
9
0 commit comments