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