We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc58cb5 commit e954ec5Copy full SHA for e954ec5
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.1150.tar.gz"
6
- sha256 "5a0f44fdf05198541e6cb76171a227a46b43c1b999fc1bfde85b3c3dc5b8943e"
+ url "https://github.com/vim/vim/archive/refs/tags/v9.1.1200.tar.gz"
+ sha256 "eeba446b1f196f1019773c6f07e8b9929bcfc498a6c444f94dffc81a85bf1a73"
7
license "Vim"
8
head "https://github.com/vim/vim.git", branch: "master"
9
0 commit comments