diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-10-20 10:25:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-20 10:25:58 +0200 |
commit | 573fcb8b6641fe623a7064ff3ae320053f255e42 (patch) | |
tree | 393e9bfd80ed35f0029ff8fde61b34affc688ba8 | |
parent | ed794c9a10264540448a2698baa43c71f764def8 (diff) | |
download | rneovim-573fcb8b6641fe623a7064ff3ae320053f255e42.tar.gz rneovim-573fcb8b6641fe623a7064ff3ae320053f255e42.tar.bz2 rneovim-573fcb8b6641fe623a7064ff3ae320053f255e42.zip |
fix(deps): revert accidental test commits (#30864)
* Revert "build(deps): bump libuv to 52a924331"
This reverts commit 54137a798f35177b517d30937a58f6d52a96bcf1.
* Revert "build(deps): bump libuv to 18d48bc13"
This reverts commit 66753a2f0c2e261a48ab7d550d4ac8b5c7676b40.
* Revert "build(deps): bump libuv to 9cf0710d7"
This reverts commit 4c617f4a47dbd75fe946e52db7d39320cbf9060c.
-rw-r--r-- | cmake.deps/deps.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index 6798c3620e..c17090fc95 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -1,5 +1,5 @@ -LIBUV_URL https://github.com/libuv/libuv/archive/52a9243317f90cc15ce709a096dd3da134e40c63.tar.gz -LIBUV_SHA256 bd03c721a4c54eb7957af41f749b8c28474fc87d08fa928b612e81f686ccc60f +LIBUV_URL https://github.com/libuv/libuv/archive/v1.49.2.tar.gz +LIBUV_SHA256 388ffcf3370d4cf7c4b3a3205504eea06c4be5f9e80d2ab32d19f8235accc1cf LUAJIT_URL https://github.com/LuaJIT/LuaJIT/archive/97813fb924edf822455f91a5fbbdfdb349e5984f.tar.gz LUAJIT_SHA256 cbf1647acbd340c62b9c342dae43290762efa1b26d8bf8457f143fabf8ed86c7 |