diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-12-31 07:39:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 09:53:09 +0700 |
commit | cb74a201d33927bbfd5ce77f8757c3cfbeeb1580 (patch) | |
tree | 885a5b5eae1ca002073608ffe395507838bb9efc | |
parent | aaa4341d454bd0154559b4c9d26fc6038f660473 (diff) |
development/neovim: Updated for version 0.9.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/neovim/neovim.SlackBuild | 4 | ||||
-rw-r--r-- | development/neovim/neovim.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/neovim/neovim.SlackBuild b/development/neovim/neovim.SlackBuild index e255e50dd93e1..efca98c5ea030 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" diff --git a/development/neovim/neovim.info b/development/neovim/neovim.info index f56f215ad6e36..116b6138924c7 100644 --- a/development/neovim/neovim.info +++ b/development/neovim/neovim.info @@ -1,11 +1,11 @@ PRGNAM="neovim" -VERSION="0.9.4" +VERSION="0.9.5" HOMEPAGE="https://neovim.io" -DOWNLOAD="https://github.com/neovim/neovim/archive/v0.9.4/neovim-0.9.4.tar.gz \ +DOWNLOAD="https://github.com/neovim/neovim/archive/v0.9.5/neovim-0.9.5.tar.gz \ https://github.com/LuaJIT/LuaJIT/archive/03c3112/LuaJIT-03c31124cc3b521ef54fe398e10fa55660a5057d.tar.gz \ https://github.com/luvit/luv/archive/1.45.0-0/luv-1.45.0-0.tar.gz \ https://github.com/keplerproject/lua-compat-5.3/archive/v0.9/lua-compat-5.3-0.9.tar.gz" -MD5SUM="3cffcc063c8c6c157356ac555f83418b \ +MD5SUM="106932337799a21cf8d28d488c7fc702 \ b795ec5d435b01e00d8378ace040c382 \ dacbb69541c8d30705c5bb138cd204e0 \ 7c0530123479804e40971b069ea6b0da" |