diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 13:24:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 16:38:30 -0300 |
commit | 187cd73d84d765d5cad7fc0e430e07e2a8c681d9 (patch) | |
tree | ef8a66c72fb0faa3af2f39dd59346e300b784bcf /community/neovim | |
parent | bfbf0d319a622a9b839640cc6a58b92c25de074b (diff) | |
download | aports-187cd73d84d765d5cad7fc0e430e07e2a8c681d9.tar.bz2 aports-187cd73d84d765d5cad7fc0e430e07e2a8c681d9.tar.xz |
community/neovim: upgrade to 0.4.3
Diffstat (limited to 'community/neovim')
-rw-r--r-- | community/neovim/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index a237be4e4b..ad31fec88c 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -13,7 +13,7 @@ # TODO: Try to trim the base package to include only common syntax files etc. pkgname=neovim -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" @@ -63,5 +63,5 @@ doc() { done } -sha512sums="cc0de18ee7ca5105a0dd9f5f06b4d58335618b22c4dc3d584a024683785ff9d541c7f5131742b8a818ac9acb2218da92f9b8a881d56c4b963237918e589fac22 neovim-0.4.2.tar.gz +sha512sums="e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5 neovim-0.4.3.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |