vim 8.0.0543
Closes #12071. Signed-off-by: Alexander Hamann <neutric@users.noreply.github.com>
This commit is contained in:
parent
882f699cbf
commit
ad9958a459
2 changed files with 3 additions and 2 deletions
1
Aliases/vim@8.0
Symbolic link
1
Aliases/vim@8.0
Symbolic link
|
@ -0,0 +1 @@
|
|||
../Formula/vim.rb
|
|
@ -1,8 +1,8 @@
|
|||
class Vim < Formula
|
||||
desc "Vi \"workalike\" with many additional features"
|
||||
homepage "http://www.vim.org/"
|
||||
url "https://github.com/vim/vim/archive/v8.0.0535.tar.gz"
|
||||
sha256 "5dcba3fd1392effa1abe077bfdf33d5c7c6e15bb9c24688e9a22e141641b4d9c"
|
||||
url "https://github.com/vim/vim/archive/v8.0.0543.tar.gz"
|
||||
sha256 "54725c51defdba44bf4a76d21d5e4b6bea9588d6cc49c2f559bb56d12f72a9d6"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue