neovim: update to 0.3.1. (#1019)
This commit is contained in:
parent
7d41860a16
commit
1f23552b08
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'neovim'
|
# Template file for 'neovim'
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
version=0.3.0
|
version=0.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
|
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="Apache-2.0, GPL-2"
|
license="Apache-2.0, GPL-2"
|
||||||
homepage="http://neovim.io"
|
homepage="http://neovim.io"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8
|
checksum=bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# requires downloading stuff from the outside and also adds the following deps
|
# requires downloading stuff from the outside and also adds the following deps
|
||||||
|
|
Loading…
Reference in New Issue