diff options
author | Marvin Steadfast <marvin@xsteadfastx.org> | 2017-05-02 15:45:18 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 18:32:26 +0200 |
commit | 5161c9dddebb0c8e57f9bfcaf7a28d1d257a1c50 (patch) | |
tree | c7a190b257e0585a3b3eee27d2836da655034aca /community | |
parent | 4dc863a5b408dea6bfea769c6d856ef81917255a (diff) | |
download | aports-5161c9dddebb0c8e57f9bfcaf7a28d1d257a1c50.tar.bz2 aports-5161c9dddebb0c8e57f9bfcaf7a28d1d257a1c50.tar.xz |
community/neovim: upgrade to 0.2.0
Diffstat (limited to 'community')
-rw-r--r-- | community/neovim/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index d171a149ca..348b4d87c2 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> # TODO: Try to trim the base package to include only common syntax files etc. pkgname=neovim -pkgver=0.1.7 +pkgver=0.2.0 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" @@ -58,9 +58,5 @@ doc() { done } -md5sums="f3acb6181f6888b620d11d1822fad982 neovim-0.1.7.tar.gz -c910a91b399ebbd498cf6f96ce247cb6 nodoc.txt" -sha256sums="d8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e neovim-0.1.7.tar.gz -7ecadab8a847334060eb1f16e5c0cec6e12e183d8695f6f924429184cd22e463 nodoc.txt" -sha512sums="f7dbac4b2090fbf9764585ebf147c529b655d6e30cca9404cd161e2bd78f3aaa2f714d86a8c3efd1935dc92363757c381833d0059043807db0bea3db2fc6d10c neovim-0.1.7.tar.gz +sha512sums="fc4be03c5bee1c9928376938679f9a900f3ee2e58df817d1cb9b5af51350dccca63a7638114b0326ec4565a047faaa4b50fecfc932c1d59ee92efa54625e22cd neovim-0.2.0.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |