vim 8.1.0350
Closes #31907. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
e74e655c91
commit
b698d6627a
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.0300.tar.gz"
|
||||
sha256 "e3064dbc51140c68d7b064c247787510ee6178a6a19d448b9ab976c7cf300c28"
|
||||
url "https://github.com/vim/vim/archive/v8.1.0350.tar.gz"
|
||||
sha256 "f3287f891a98813748e4d9a673c74aa4be9a8313e0bf6d81198c23eb26a27c77"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue