Commit 13af32ee authored by Matthew Bass's avatar Matthew Bass

update neovim from 0.1.7 to 0.2.0

parent e54a644b
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Neovim < Package class Neovim < Package
description 'Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).' description 'Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).'
homepage 'https://neovim.io/' homepage 'https://neovim.io/'
version '0.1.7' version '0.2.0'
source_url 'https://github.com/neovim/neovim/archive/v0.1.7.tar.gz' source_url 'https://github.com/neovim/neovim/archive/v0.2.0.tar.gz'
source_sha256 'd8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e' source_sha256 '72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5'
depends_on 'libtool' depends_on 'libtool'
depends_on 'autoconf' depends_on 'autoconf'
...@@ -16,7 +16,7 @@ class Neovim < Package ...@@ -16,7 +16,7 @@ class Neovim < Package
depends_on 'unzip' depends_on 'unzip'
def self.build def self.build
system "make" system "make", "CMAKE_BUILD_TYPE=RelWithDebInfo"
end end
def self.install def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment