vim 8.0.0381
Closes #10383. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
17d7aa6c71
commit
2c664fda00
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +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.0373.tar.gz"
|
||||
sha256 "a739d1caf0b9612ac5a98f5a584698187abdfd09224c5a18b6b58b6bc22b1491"
|
||||
revision 1
|
||||
|
||||
url "https://github.com/vim/vim/archive/v8.0.0381.tar.gz"
|
||||
sha256 "015a933f1223b96e7e4b65d4b43520406805c1950b6535ab10013f51f5350c93"
|
||||
head "https://github.com/vim/vim.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue