Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main/neovim/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nb: neovim requires either lua5.1 or luaJIT (a mess)
pkgname = "neovim"
pkgver = "0.11.6"
pkgver = "0.12.1"
pkgrel = 0
build_style = "cmake"
configure_args = [
Expand Down Expand Up @@ -38,7 +38,7 @@
license = "Apache-2.0 AND custom:Vim"
url = "https://neovim.io"
source = f"https://github.com/neovim/neovim/archive/v{pkgver}.tar.gz"
sha256 = "d1c8e3f484ed1e231fd5f48f53b7345b628e52263d5eef489bb8b73ca8d90fca"
sha256 = "41898a5073631bc8fd9ac43476b811c05fb3b88ffb043d4fbb9e75e478457336"
broken_symlinks = ["usr/share/nvim/runtime/parser"]
# hardening: visibility is needed for "nvim --api-info"
# testing unchecked yet (via "make test", see test/README.md)
Expand Down
Loading