Skip to content

Commit 8164177

Browse files
committed
vim 9.1.1250
1 parent a978220 commit 8164177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/v/vim.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Vim < Formula
22
desc "Vi 'workalike' with many additional features"
33
homepage "https://www.vim.org/"
44
# vim should only be updated every 50 releases on multiples of 50
5-
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1200.tar.gz"
6-
sha256 "eeba446b1f196f1019773c6f07e8b9929bcfc498a6c444f94dffc81a85bf1a73"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1250.tar.gz"
6+
sha256 "4b439a595e2551ccbf734f4223887ec823c0ab96d9e2c1dee55c05a99d232a42"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)