updated libuv reference

This commit is contained in:
Michele Caini 2020-01-17 23:14:49 +01:00
parent ba618cf070
commit 1b6d9625e8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ExternalProject_Add(
ExternalProject_Add(
libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git
GIT_TAG v1.34.0
GIT_TAG v1.34.1
SOURCE_DIR @LIBUV_DEPS_DIR@
CONFIGURE_COMMAND ""
BUILD_COMMAND ""

View File

@ -14,7 +14,7 @@ class UVMConan(ConanFile):
exports = "LICENSE"
exports_sources = "src/*"
no_copy_source = True
requires = "libuv/1.34.0@bincrafters/stable"
requires = "libuv/1.34.1@bincrafters/stable"
def package(self):
self.copy(pattern="LICENSE", dst="licenses")