Update to libuv 1.8.0

This commit is contained in:
Justin M. Keyes 2016-02-22 19:28:52 -05:00
parent 37d6004251
commit 62cf44b8ab

View File

@ -71,8 +71,8 @@ endif()
include(ExternalProject)
set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.7.3.tar.gz)
set(LIBUV_SHA256 db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfab)
set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.8.0.tar.gz)
set(LIBUV_SHA256 906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz)
set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d)