We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b2da2 commit f96e23bCopy full SHA for f96e23b
Formula/vim-custom.rb
@@ -2,8 +2,8 @@ class VimCustom < Formula
2
desc "Vi 'workalike' with many additional features"
3
homepage "https://www.vim.org/"
4
# 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"
+ url "https://github.com/vim/vim/archive/refs/tags/v9.1.2050.tar.gz"
+ sha256 "d38a2cccdefc8bf11b417442a6a243c686548d1ef38e348d20d04dd6b6585911"
7
license "Vim"
8
head "https://github.com/vim/vim.git", branch: "master"
9
0 commit comments