Skip to content

Commit f96e23b

Browse files
committed
vim 9.1.2050
Closes #155. Signed-off-by: Patrick Heyer <9436503+PatTheMav@users.noreply.github.com>
1 parent d7b2da2 commit f96e23b

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.1800.tar.gz"
6-
sha256 "37816d901e5deeae54415e210673a0a69f33deadc7b9ebae501008ac11273292"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.2050.tar.gz"
6+
sha256 "d38a2cccdefc8bf11b417442a6a243c686548d1ef38e348d20d04dd6b6585911"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)