vim 9.0.1000
Closes #117231. Signed-off-by: FX Coudert <fxcoudert@gmail.com> Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
214ced4702
commit
a66c1d5241
|
@ -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/v9.0.0950.tar.gz"
|
||||
sha256 "c53542fbec58362c3a5ed60a0fe5aa219ef49cd15d9545311ec0f6d1f03e2fdd"
|
||||
url "https://github.com/vim/vim/archive/v9.0.1000.tar.gz"
|
||||
sha256 "f35922c1135d6232b30726abce741d462272fad25f985d06cd812963015cf0f7"
|
||||
license "Vim"
|
||||
head "https://github.com/vim/vim.git", branch: "master"
|
||||
|
||||
|
|
Loading…
Reference in New Issue