vim 8.2.0050
Closes #48428. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
02d44b1189
commit
557f4a4280
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.2.0.tar.gz"
|
||||
sha256 "da8bfa30853e092242d2c62e047c8bfe591da34c5c59335febeb3db7fbcd064e"
|
||||
url "https://github.com/vim/vim/archive/v8.2.0050.tar.gz"
|
||||
sha256 "ddff156d654c5468f52cac5c582ed55e0ff7b40baf2955c4760076c854be62e1"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue