From ad29bda0f5842c8ce3a532815174463f33231362 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Mon, 1 May 2017 18:32:23 -0400 Subject: [PATCH] neovim: update to 0.2.0. --- srcpkgs/neovim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template index 9428228dbef..0d3b3806324 100644 --- a/srcpkgs/neovim/template +++ b/srcpkgs/neovim/template @@ -1,6 +1,6 @@ # Template file for 'neovim' pkgname=neovim -version=0.1.7 +version=0.2.0 revision=1 build_style=cmake configure_args="-DENABLE_JEMALLOC=0" @@ -11,7 +11,7 @@ maintainer="Steve Prybylski " license="Apache-2.0, GPL-2" homepage="http://neovim.io" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" -checksum=d8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e +checksum=72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5 # XXX: neovim needs host bin to generate helptags at build time. nocross=yes