diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-08 16:00:39 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-08 16:01:28 +0100 |
commit | 3a88e60c455287ec4bc93e6bdcbfc0a8c51f26c5 (patch) | |
tree | 9f0c585b77c972c211e164b9d1f58eea19ba0f4d /community/neovim | |
parent | 4d34f29dddd3934358df7a9607706d09ae0433c3 (diff) | |
download | aports-3a88e60c455287ec4bc93e6bdcbfc0a8c51f26c5.tar.bz2 aports-3a88e60c455287ec4bc93e6bdcbfc0a8c51f26c5.tar.xz |
community/neovim: upgrade to 0.2.1
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 ed42c31a20..9c894462d2 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -11,7 +11,7 @@ # TODO: Try to trim the base package to include only common syntax files etc. pkgname=neovim -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" @@ -63,5 +63,5 @@ doc() { done } -sha512sums="fc4be03c5bee1c9928376938679f9a900f3ee2e58df817d1cb9b5af51350dccca63a7638114b0326ec4565a047faaa4b50fecfc932c1d59ee92efa54625e22cd neovim-0.2.0.tar.gz +sha512sums="6b7b3a97b34160a5c1eaba852f7241a50cbf24fcef1a123ab170899e34c619089ac46a6f33c04f29a2d7787b69fa1c43f1bd2bac05adf03b5cbcddb187974648 neovim-0.2.1.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |