vim 8.1.1050
Closes #38280. Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
parent
575695b8ad
commit
93e27910c5
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.1000.tar.gz"
|
||||
sha256 "b5a2307d7c8382ed68e9c5d058b2db91d9b4873c5a3ccfcdcba3208a86d321e9"
|
||||
url "https://github.com/vim/vim/archive/v8.1.1050.tar.gz"
|
||||
sha256 "b87ecef09e9a9151ad60d570bce64991ddc399c21594929e2029db57ff29f98b"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue