diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-09-18 02:28:21 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-19 14:13:12 -0700 |
| commit | 64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch) | |
| tree | 6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/libuv | |
| parent | 7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff) | |
| download | vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip | |
Upgrades 2018.09.18
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 29abd6bdf..5d9f3607f 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,3 +1,3 @@ Source: libuv -Version: 1.22.0 +Version: 1.23.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 29640eb62..29741433c 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.22.0 - SHA512 e79cae6aa1d9cf2c8f7c0262c866fea2858d7104ece7c556e537e7d1cf884f191d5cd3e56539bfe857fa15dc50b57fdcb33019824cd585a2ca250a77d923af73 + REF v1.23.0 + SHA512 d1622ea9c03661ce2dfa18e1725fc1bfdf3b16d7e40babc552dcc5b2f86d52f4dd81cac9bf89914024b11e4ed3671264dfcfba867cfa3b1a2206b89c59c95851 HEAD_REF v1.x ) |
