Skip to content

Commit b2bab28

Browse files
committed
vim 9.1.1700
1 parent 512c64f commit b2bab28

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.1650.tar.gz"
6-
sha256 "bab8a11ae35333221cffbca4518588bbe36604a5207135bf9f0d31579277960d"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1700.tar.gz"
6+
sha256 "7870ae57a21720a88f5171c2d4dbef09db42423ce2d5b45548800c190c5bf01f"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)