neovim: update to 0.3.4.
This commit is contained in:
parent
acb63c5dcd
commit
72939238fc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'neovim'
|
# Template file for 'neovim'
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
version=0.3.3
|
version=0.3.4
|
||||||
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.0-or-later"
|
license="Apache-2.0, GPL-2.0-or-later"
|
||||||
homepage="https://neovim.io"
|
homepage="https://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=9280f68c02dfe632815ce8063a621c6d73a40da91d0a18e1cb3104c32d0e724b
|
checksum=a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e
|
||||||
|
|
||||||
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 a new issue