Skip to content

Commit a9308bd

Browse files
committed
vim 9.1.1050
1 parent ed96dd7 commit a9308bd

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.1000.tar.gz"
6-
sha256 "c8ccd457bba5563513ab3e2088ad10d62b982682af9a9278686b48202b8c7697"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1050.tar.gz"
6+
sha256 "4a76cc51a236582421e5cd35adf4f9973272624a4e3511ff8725403040026689"
77
license "Vim"
88
head "https://github.com/vim/vim.git", branch: "master"
99

0 commit comments

Comments
 (0)