mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
update neovim from 0.1.7 to 0.2.0
This commit is contained in:
@@ -3,9 +3,9 @@ require 'package'
|
||||
class Neovim < Package
|
||||
description 'Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).'
|
||||
homepage 'https://neovim.io/'
|
||||
version '0.1.7'
|
||||
source_url 'https://github.com/neovim/neovim/archive/v0.1.7.tar.gz'
|
||||
source_sha256 'd8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e'
|
||||
version '0.2.0'
|
||||
source_url 'https://github.com/neovim/neovim/archive/v0.2.0.tar.gz'
|
||||
source_sha256 '72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5'
|
||||
|
||||
depends_on 'libtool'
|
||||
depends_on 'autoconf'
|
||||
@@ -16,7 +16,7 @@ class Neovim < Package
|
||||
depends_on 'unzip'
|
||||
|
||||
def self.build
|
||||
system "make"
|
||||
system "make", "CMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
end
|
||||
|
||||
def self.install
|
||||
|
||||
Reference in New Issue
Block a user