Skip to content

Commit e954ec5

Browse files
committed
vim 9.1.1200
1 parent fc58cb5 commit e954ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/vim-custom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class VimCustom < Formula
22
desc "Vi 'workalike' with many additional features"
33
homepage "https://www.vim.org/"
44
# 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"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1200.tar.gz"
6+
sha256 "eeba446b1f196f1019773c6f07e8b9929bcfc498a6c444f94dffc81a85bf1a73"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)