diff options
| author | An Tao <antao2002@gmail.com> | 2021-03-11 03:14:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 13:14:03 -0600 |
| commit | 860c3c36b4ca198c11a4b4077ea82a1096616454 (patch) | |
| tree | 67ed61d219fa793cbba14775914102c6a435193b /ports | |
| parent | df574baff7eee345ab9ed9bf28e2c38175412439 (diff) | |
| download | vcpkg-860c3c36b4ca198c11a4b4077ea82a1096616454.tar.gz vcpkg-860c3c36b4ca198c11a4b4077ea82a1096616454.zip | |
[trantor] Update to 1.3.0 (#16568)
* [trantor] Update to 1.3.0
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/trantor/CONTROL | 2 | ||||
| -rw-r--r-- | ports/trantor/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/trantor/CONTROL b/ports/trantor/CONTROL index 5349726cc..7b7921fc2 100644 --- a/ports/trantor/CONTROL +++ b/ports/trantor/CONTROL @@ -1,5 +1,5 @@ Source: trantor -Version: 1.2.0 +Version: 1.3.0 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 eb835a13e..ba9485945 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.2.0 - SHA512 2d94ef174642c81e1db62621ae8bc98a5b439f90437af4fa0ab67d09646bb04847b07a8be305331807dad4ef9244b06636ef471ce9da15ce23fc8bed4ff1d9e2 + REF v1.3.0 + SHA512 2fda0d5e157db5e384d60517969e3542de2002d779e5a31f44d2ed74cc5b09af26e230fbe73a67d45988615ca9b6ae2ed008a690dd20bc806436db53de8e7a55 HEAD_REF master PATCHES vcpkg.patch |
