Skip to content

Commit

Permalink
neovim: update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo committed Apr 21, 2022
1 parent dd052a4 commit 7ec696e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/neovim/template
@@ -1,6 +1,6 @@
# Template file for 'neovim'
pkgname=neovim
version=0.6.1
version=0.7.0
revision=1
build_style=cmake
build_helper="qemu"
Expand All @@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
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
Expand All @@ -30,5 +30,5 @@ pre_configure() {
}

post_install() {
vlicense LICENSE
vlicense LICENSE.txt
}

0 comments on commit 7ec696e

Please sign in to comment.