From 358ec1e3d7a8e8a2163466ab423d64912ca262f1 Mon Sep 17 00:00:00 2001 From: thatboyjake Date: Fri, 22 Apr 2022 16:39:17 -0500 Subject: [PATCH] neovim: update to 0.7.0. --- srcpkgs/neovim/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template index 28cbc7e363cb..42cecfb6cf6c 100644 --- a/srcpkgs/neovim/template +++ b/srcpkgs/neovim/template @@ -1,7 +1,7 @@ # Template file for 'neovim' pkgname=neovim -version=0.6.1 -revision=1 +version=0.7.0 +revision=0 build_style=cmake build_helper="qemu" configure_args="-DCMAKE_BUILD_TYPE=Release" @@ -14,7 +14,7 @@ maintainer="Steve Prybylski " license="Apache-2.0, custom:Vim" homepage="https://neovim.io" distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz" -checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864 +checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df alternatives=" vi:vi:/usr/bin/nvim @@ -30,5 +30,5 @@ pre_configure() { } post_install() { - vlicense LICENSE + vlicense LICENSE.txt }