mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
neovim: update to 0.3.2.
This commit is contained in:
parent
d1e84b223d
commit
1f60d1d559
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.3.1
|
||||
version=0.3.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
|
||||
|
@ -8,10 +8,10 @@ hostmakedepends="pkg-config gperf LuaJIT-devel lua51-lpeg lua51-mpack"
|
|||
makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel"
|
||||
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="Apache-2.0, GPL-2"
|
||||
homepage="http://neovim.io"
|
||||
license="Apache-2.0, GPL-2.0-or-later"
|
||||
homepage="https://neovim.io"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22
|
||||
checksum=e34e56127c251112c07f5a9b10636ea27685ed468a66e4158ea0a0dda71ea5a3
|
||||
|
||||
do_check() {
|
||||
# requires downloading stuff from the outside and also adds the following deps
|
||||
|
|
Loading…
Add table
Reference in a new issue