vim 8.2.4150
Closes #93461. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
516c5d86c1
commit
55c51b41a9
|
@ -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.4100.tar.gz"
|
||||
sha256 "a07abcbf2cdde5cbb9fdeef205afcb5dee28936dc1011fabd696a72087b68fc4"
|
||||
url "https://github.com/vim/vim/archive/v8.2.4150.tar.gz"
|
||||
sha256 "d3238641a8318e89971832374c06e700a9ded7fa868b88d36e091187a16ecaaa"
|
||||
license "Vim"
|
||||
head "https://github.com/vim/vim.git", branch: "master"
|
||||
|
||||
|
|
Loading…
Reference in New Issue