diff options
Diffstat (limited to 'development/neovim/neovim.SlackBuild')
-rw-r--r-- | development/neovim/neovim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/neovim/neovim.SlackBuild b/development/neovim/neovim.SlackBuild index 56a824ddf4b6b..1dac9eda5e382 100644 --- a/development/neovim/neovim.SlackBuild +++ b/development/neovim/neovim.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for neovim -# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=neovim -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |