vim 8.1.0400
Closes #32122. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
d9ed4328af
commit
f5829a4eac
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Vim < Formula
|
|||
desc "Vi 'workalike' with many additional features"
|
||||
homepage "https://www.vim.org/"
|
||||
# vim should only be updated every 50 releases on multiples of 50
|
||||
url "https://github.com/vim/vim/archive/v8.1.0350.tar.gz"
|
||||
sha256 "f3287f891a98813748e4d9a673c74aa4be9a8313e0bf6d81198c23eb26a27c77"
|
||||
url "https://github.com/vim/vim/archive/v8.1.0400.tar.gz"
|
||||
sha256 "d7fb566656accd3fd10e3fb3fea0edcc628e13ba8c25136600cf1e4949d4fcea"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue