From 63c518f69de12ed50f0a2c543982dc4d23691e04 Mon Sep 17 00:00:00 2001 From: kkzi <34122458+kkzi@users.noreply.github.com> Date: Mon, 11 Jan 2021 16:00:26 +0800 Subject: [PATCH] update trantor from 1.1.0-beta to 1.1.1-release (#15460) Co-authored-by: xuan.guo@atomdatatech.com --- ports/trantor/CONTROL | 2 +- ports/trantor/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/trantor/CONTROL b/ports/trantor/CONTROL index b8b62de42c..88be5a34a8 100644 --- a/ports/trantor/CONTROL +++ b/ports/trantor/CONTROL @@ -1,5 +1,5 @@ Source: trantor -Version: 1.1.0 +Version: 1.1.1 Homepage: https://github.com/an-tao/trantor Description: A non-blocking I/O cross-platform TCP network library, using C++14. Build-Depends: openssl, c-ares diff --git a/ports/trantor/portfile.cmake b/ports/trantor/portfile.cmake index a4c9182296..b5620907ac 100644 --- a/ports/trantor/portfile.cmake +++ b/ports/trantor/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO an-tao/trantor - REF v1.1.0 - SHA512 7177c62644ad941aec446d4e2b4a49ebbae4758dff289ce38a889ec1d2fb52fe968ccf32520bffa6ff6ff478b4752d89b2a798d9e4ce69ae6a81cb024e844487 + REF v1.1.1 + SHA512 525316b88a96acc90cf21aa0d6dc74ccbeb1bf55dda39cd6fb0344f3672e61db37621614d742666fd54c28448e0fbc4cedebda10cadb97a225be9481a6fbd9e2 HEAD_REF master )