diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-11 08:58:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 08:58:06 +0200 |
commit | 39afa64eedf1f041bd59c2dbc691b165c99d690a (patch) | |
tree | 1a264db71d7bc0f0675f6da40b8705ded07aae91 | |
parent | cb7ab98925d6923fffcdecdc7013d33018125b14 (diff) | |
download | rneovim-39afa64eedf1f041bd59c2dbc691b165c99d690a.tar.gz rneovim-39afa64eedf1f041bd59c2dbc691b165c99d690a.tar.bz2 rneovim-39afa64eedf1f041bd59c2dbc691b165c99d690a.zip |
build(deps): bump Luv to HEAD - c51e7052e (#18510)
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index d494a96907..3d842c9777 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -170,8 +170,8 @@ set(LIBVTERM_URL https://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz) set(LIBVTERM_SHA256 bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd) set(LUV_VERSION 1.43.0-0) -set(LUV_URL https://github.com/luvit/luv/archive/${LUV_VERSION}.tar.gz) -set(LUV_SHA256 a36865f34db029e2caa01245a41341a067038c09e94459b50db1346d9fdf82f0) +set(LUV_URL https://github.com/luvit/luv/archive/c51e7052ec4f0a25058f70c1b4ee99dd36180e59.tar.gz) +set(LUV_SHA256 cabb7e650f35992686eb95ae167c71614e281cd2979fc804e4e70f8051555728) set(LUA_COMPAT53_URL https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.tar.gz) set(LUA_COMPAT53_SHA256 ad05540d2d96a48725bb79a1def35cf6652a4e2ec26376e2617c8ce2baa6f416) |