[trantor] Bump version to v1.0.0-rc14 (#11937)

* [trantor] Bump version to v1.0.0-rc14

* Update CONTROL
This commit is contained in:
An Tao 2020-06-19 06:43:10 +08:00 committed by GitHub
parent 61c2158d33
commit 55e96af16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: trantor
Version: v1.0.0-rc13
Version: v1.0.0-rc14
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
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.0.0-rc13
SHA512 a2670944a435d5bebee5fc9f14c09aa00d1c86375207c8122d2490ea0636d535a33006ae61d532f503cf877f3d9eb6cfbbf326828e02e29a321212bad2b1606f
REF v1.0.0-rc14
SHA512 8d7e165afa85e37ba7075c2c180b9c1f92226541f2181092314d9550f6968bb8f7c9f0e121d4dc4984b91733e61db5ad22fd8b4537aa7036ea2cdc95d5789f39
HEAD_REF master
)