Skip to content

Commit 798b13f

Browse files
committed
vim 9.1.1500
1 parent 1211602 commit 798b13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/v/vim.rb

Lines changed: 2 additions & 2 deletions
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.1450.tar.gz"
6-
sha256 "9d7da37891a07b089ecd0193883ca78898c41832036c10b83695071800e3a15f"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1500.tar.gz"
6+
sha256 "70f0e75bf77af00b870a967fcb325031f0a32d787bc3cacc1ca1729727d0bbc7"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)