Commit 4d9859c5 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #917 from matbas/update-neovim-package

update neovim from 0.1.7 to 0.2.0
parents e54a644b 13af32ee
......@@ -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
......
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