mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
dependencies: Update to libuv 0.11.28
This commit is contained in:
parent
ad5ae68acd
commit
8c37f9b4ff
4
third-party/CMakeLists.txt
vendored
4
third-party/CMakeLists.txt
vendored
@ -46,8 +46,8 @@ endif()
|
||||
|
||||
include(ExternalProject)
|
||||
|
||||
set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.26.tar.gz)
|
||||
set(LIBUV_MD5 05fabe884173f422649fbe1047ca62b1)
|
||||
set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.28.tar.gz)
|
||||
set(LIBUV_MD5 1a849ba4fc571d531482ed74bc7aabc4)
|
||||
|
||||
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.8/msgpack-0.5.8.tar.gz)
|
||||
set(MSGPACK_MD5 ea0bee0939d2980c0df91f0e4843ccc4)
|
||||
|
Loading…
Reference in New Issue
Block a user