update trantor from 1.1.0-beta to 1.1.1-release (#15460)

Co-authored-by: xuan.guo@atomdatatech.com <xuan.guo@atomdatatech.com>
This commit is contained in:
kkzi 2021-01-11 16:00:26 +08:00 committed by GitHub
parent 2aec96fc77
commit 63c518f69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
)