diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 01:23:07 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 01:14:28 +0200 |
commit | 32d47b18fdc0150a38649aec273ca40c4bf28d86 (patch) | |
tree | 5b27d49d754cafa08f6d61f0f82d2a77d6ef33dc /community/neovim/APKBUILD | |
parent | 9a601790d0af40a7d9073eab80f2ebf013286e69 (diff) | |
download | aports-32d47b18fdc0150a38649aec273ca40c4bf28d86.tar.bz2 aports-32d47b18fdc0150a38649aec273ca40c4bf28d86.tar.xz |
community/neovim: upgrade to 0.3.1
Diffstat (limited to 'community/neovim/APKBUILD')
-rw-r--r-- | community/neovim/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 9bffe72f44..20d1e13c31 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -12,8 +12,8 @@ # 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.0 -pkgrel=1 +pkgver=0.3.1 +pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" # s390x: needs luajit @@ -66,5 +66,5 @@ doc() { done } -sha512sums="8944be5562a69d5da5bce3a6673cc0b1930eb5592eb15c40139a1991f89f63435141449e7b4371ee28ff426575fcad475396e3d982004e17a902bda1d8ae6a95 neovim-0.3.0.tar.gz +sha512sums="42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506 neovim-0.3.1.tar.gz 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |