development/neovim: Updated for version 0.9.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-12-31 07:39:07 +07:00 committed by Willy Sudiarto Raharjo
parent aaa4341d45
commit cb74a201d3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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"