aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
author2026-07-09 11:54:52 +0300
committer2026-07-09 11:54:52 +0300
commit03aa77f1926cb25828f484701b354bf7bfcf36f0 (patch)
treecdaaaede8d6cf31cae8893e93653be74d482181c /nvim
parentgo -> 1.26.4 (diff)
downloadrepo-03aa77f1926cb25828f484701b354bf7bfcf36f0.tar.gz
repo-03aa77f1926cb25828f484701b354bf7bfcf36f0.tar.bz2
repo-03aa77f1926cb25828f484701b354bf7bfcf36f0.tar.xz
repo-03aa77f1926cb25828f484701b354bf7bfcf36f0.zip
Поднял версии пакетовHEADmaster
Diffstat (limited to 'nvim')
-rw-r--r--nvim/Staplerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/nvim/Staplerfile b/nvim/Staplerfile
index 05ffdab..f636cd0 100644
--- a/nvim/Staplerfile
+++ b/nvim/Staplerfile
@@ -1,5 +1,5 @@
name="nvim"
-version="0.12.1"
+version="0.12.4"
release=1
summary="Vim-fork focused on extensibility and usability"
desc="Neovim is a project that seeks to aggressively refactor Vim in order to:
@@ -11,7 +11,7 @@ maintainer="Alexander NeonXP Kiryukhin <i@neonxp.ru>"
architectures=("amd64")
license="Apache-2.0"
sources=("https://github.com/neovim/neovim/archive/refs/tags/v$version.tar.gz")
-checksums=("sha256:41898a5073631bc8fd9ac43476b811c05fb3b88ffb043d4fbb9e75e478457336")
+checksums=("sha256:2727da95d2b8b809bc7c71e085452e47dfe1d8aa7cfaa15c68004e23f6f0a6dd")
#disable_network=1 # Because nvim downloads tree-sitter packages from shithub
provides=('nvim' 'neovim')
@@ -48,9 +48,9 @@ build_deps=(
'libtree-sitter-devel'
'unibilium-devel'
'lua5.1'
- 'lua5.1-module-bit32'
- 'liblua5.1'
- 'liblua5.1-devel'
+ 'lua5.1-module-bit32'
+ 'liblua5.1'
+ 'liblua5.1-devel'
)