neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ec365a10924bc289fe30e1baf1f5511d207f6704
parent f4448a9237f1e42da64d159891235b375e1607ff
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed, 11 Feb 2026 10:47:32 +0100

build(deps): bump libuv to v1.52.0

Diffstat:
MMAINTAIN.md | 3++-
Mbuild.zig.zon | 4++--
Mcmake.deps/deps.txt | 4++--
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/MAINTAIN.md b/MAINTAIN.md @@ -126,13 +126,14 @@ Some can be auto-bumped by `scripts/bump_deps.lua`. * [LuaJIT](https://github.com/LuaJIT/LuaJIT) * [Lua](https://www.lua.org/download.html) +* [libuv](https://github.com/libuv/libuv) + * Requires a PR to update the [Zig package](https://github.com/allyourcodebase/libuv) first. If the script fails, run `zig fetch --save git+https://github.com/allyourcodebase/libuv.git#<refname>` manually. * [Luv](https://github.com/luvit/luv) * When bumping, also sync - [our bundled meta file](https://github.com/neovim/neovim/blob/master/runtime/lua/uv/_meta.lua) with [the upstream meta file](https://github.com/luvit/luv/blob/master/docs/meta.lua); - [our bundled documentation](https://github.com/neovim/neovim/blob/master/runtime/doc/luvref.txt) with [the upstream documentation](https://github.com/luvit/luv/blob/master/docs/docs.md). * [gettext](https://ftp.gnu.org/pub/gnu/gettext/) * [libiconv](https://ftp.gnu.org/pub/gnu/libiconv) -* [libuv](https://github.com/libuv/libuv) * [lua-compat](https://github.com/keplerproject/lua-compat-5.3) * [tree-sitter](https://github.com/tree-sitter/tree-sitter) * [unibilium](https://github.com/neovim/unibilium) diff --git a/build.zig.zon b/build.zig.zon @@ -30,8 +30,8 @@ .lazy = true, }, .libuv = .{ - .url = "git+https://github.com/allyourcodebase/libuv#a2dfd385bd2a00d6d290fda85a40a55a9d6cffc5", - .hash = "libuv-1.51.0-htqqv6liAADxBLIBCZT-qUh_3nRRwtNYsOFQOUmrd_sx", + .url = "git+https://github.com/allyourcodebase/libuv#dd606c76863c6b3ae38ea2fd7d663e8366e0f90b", + .hash = "libuv-1.52.0-htqqvy1nAAA0cw2oeVwWFiAY9iraPnu09wlABVGEmrak", .lazy = true, }, .utf8proc = .{ .path = "./deps/utf8proc/", .lazy = true }, diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt @@ -1,5 +1,5 @@ -LIBUV_URL https://github.com/libuv/libuv/archive/v1.51.0.tar.gz -LIBUV_SHA256 27e55cf7083913bfb6826ca78cde9de7647cded648d35f24163f2d31bb9f51cd +LIBUV_URL https://github.com/libuv/libuv/archive/v1.52.0.tar.gz +LIBUV_SHA256 eee139c05f7c868f5ae7a54b1e155fd5b6ed13a22329958d2ba711faad016353 LUAJIT_URL https://github.com/luajit/luajit/archive/233ad24035944ece5367157e824e8357df3417d9.tar.gz LUAJIT_SHA256 0450adf6fce3f7991de93ad75570345b11dfe0b4139d6f81094a9fc2e241b059