vim 8.0.0459
Closes #11145. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7f794fa6ee
commit
93118c0e5b
1 changed files with 2 additions and 2 deletions
|
@ -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.0458.tar.gz"
|
||||
sha256 "4f4b6d3178f7aa819372f4879b1ee851606a0eb51ce030e6b62675661a90f7b0"
|
||||
url "https://github.com/vim/vim/archive/v8.0.0459.tar.gz"
|
||||
sha256 "b1d1e2b0c22bf1ff180599adc457636ea33f8605d5985823b842eb0d6d8acd1b"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue