diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-30 09:20:18 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-30 09:20:18 -0700 |
| commit | 516d10bb68dc5da7a58c992373b9e971d74a49fe (patch) | |
| tree | 3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/libuv | |
| parent | fcc13318da06dbec75f46311508db6f9aaeb479e (diff) | |
| download | vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip | |
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
Diffstat (limited to 'ports/libuv')
| -rw-r--r-- | ports/libuv/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libuv/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index 8f452cb4f..d868ef177 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,3 +1,3 @@ Source: libuv -Version: 1.27.0 +Version: 1.28.0 Description: libuv is a multi-platform support library with a focus on asynchronous I/O. diff --git a/ports/libuv/portfile.cmake b/ports/libuv/portfile.cmake index d870d8e76..3bc566726 100644 --- a/ports/libuv/portfile.cmake +++ b/ports/libuv/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libuv/libuv - REF v1.27.0 - SHA512 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0 + REF v1.28.0 + SHA512 5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53 HEAD_REF v1.x ) |
