diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-22 09:06:38 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-22 09:06:38 -0300 |
| commit | 9a277a612fdfa892c9c23da330056487d9ead191 (patch) | |
| tree | af5962f4ab6cf364b67004cabc95baf7d5013b1d /third-party | |
| parent | 66394367f773f565da392f40de82f3d773dd28b9 (diff) | |
| download | rneovim-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.txt | 4 |
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) |