aboutsummaryrefslogtreecommitdiff
path: root/ports/uvw
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-10 16:08:57 -0800
committerGitHub <noreply@github.com>2020-02-10 16:08:57 -0800
commit08c951fef9de63cde1c6b94245a63db826be2e32 (patch)
treedddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/uvw
parent411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff)
downloadvcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz
vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/uvw')
-rw-r--r--ports/uvw/CONTROL2
-rw-r--r--ports/uvw/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uvw/CONTROL b/ports/uvw/CONTROL
index 3268b0daa..f95812f07 100644
--- a/ports/uvw/CONTROL
+++ b/ports/uvw/CONTROL
@@ -1,5 +1,5 @@
Source: uvw
-Version: 1.18.0
+Version: 2.3.1
Description: Header-only, event based, tiny and easy to use libuv wrapper in modern C++.
Homepage: https://github.com/skypjack/uvw
Build-Depends: libuv
diff --git a/ports/uvw/portfile.cmake b/ports/uvw/portfile.cmake
index cc08a7a82..640ea3b06 100644
--- a/ports/uvw/portfile.cmake
+++ b/ports/uvw/portfile.cmake
@@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/uvw
- REF 6ce60d4088bddce4d38a0aa81f99b03879d2f471
- SHA512 125b517a68f7804ea895fe7f1ca9c63139a3855ef47d16de631ccfda9a2cb8217b5f7f489ed463f72267c6f55718045c60da52e97936ce39d9f1ebe7232b4ea4
+ REF da3b5f00f574df447dc0ff69af280a9eadc95333 # v2.3.1_libuv-v1.34
+ SHA512 a1a00838b909ef41157911851e48581b70a9a06da8507357567208d205e709f50f891246708f33683aca2aaf7fde8b36147539152727c782604442e385b4e080
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})