diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 11:06:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 11:17:16 -0300 |
commit | 9e016dcfd6d790898c57f069cc8dc7d7fe89e78e (patch) | |
tree | 9610e2f76a0a8dea8bda2af33d5adfff68eaabee /community/neovim | |
parent | f50bda9b587e967aecbe9fffa258cc7fda04a73d (diff) | |
download | aports-9e016dcfd6d790898c57f069cc8dc7d7fe89e78e.tar.bz2 aports-9e016dcfd6d790898c57f069cc8dc7d7fe89e78e.tar.xz |
community/neovim: upgrade to 0.3.8
Diffstat (limited to 'community/neovim')
-rw-r--r-- | community/neovim/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 8c744e6707..b2251a9a3b 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -12,9 +12,8 @@ # - CVE-2019-12735 # TODO: Try to trim the base package to include only common syntax files etc. -# NOTE: ignore-st-cursor-shape.patch will be in neovim 0.2.3 pkgname=neovim -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" @@ -66,5 +65,5 @@ doc() { done } -sha512sums="1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2 neovim-0.3.7.tar.gz +sha512sums="431d3df859b430570e3f927328b862945a15b1ac041108599670d32af6cccac9361a143fc6af27847529629a43a5e0a0afd98b1c826d4ee1e7570de3cf14f9c7 neovim-0.3.8.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |