aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-03-22 09:06:38 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-22 09:06:38 -0300
commit9a277a612fdfa892c9c23da330056487d9ead191 (patch)
treeaf5962f4ab6cf364b67004cabc95baf7d5013b1d /third-party
parent66394367f773f565da392f40de82f3d773dd28b9 (diff)
downloadrneovim-9a277a612fdfa892c9c23da330056487d9ead191.tar.gz
rneovim-9a277a612fdfa892c9c23da330056487d9ead191.tar.bz2
rneovim-9a277a612fdfa892c9c23da330056487d9ead191.zip
Update to the newest libuv version
Diffstat (limited to 'third-party')
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 854a223e96..94747c17a3 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -42,8 +42,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.21.tar.gz)
-set(LIBUV_MD5 bc334c8da8618754ce9e2a4c5be73487)
+set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.22.tar.gz)
+set(LIBUV_MD5 d0cb0fea847afa35333ccbda56ed16d4)
set(LUAJIT_URL http://luajit.org/download/LuaJIT-2.0.2.tar.gz)
set(LUAJIT_MD5 112dfb82548b03377fbefbba2e0e3a5b)