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 e255e50dd9..efca98c5ea 100644 --- a/development/neovim/neovim.SlackBuild +++ b/development/neovim/neovim.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2021-2022 Ruben Schuller <sb@rbn.im> -# Copyright 2023 Alexander Verbovetsky, Moscow, Russia +# Copyright 2023-2024 Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neovim -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.5} LuaJIT=03c31124cc3b521ef54fe398e10fa55660a5057d luv="1.45.0-0" luacompat53="0.9" |