aboutsummaryrefslogtreecommitdiff
path: root/ports/brynet
diff options
context:
space:
mode:
Diffstat (limited to 'ports/brynet')
-rw-r--r--ports/brynet/CONTROL2
-rw-r--r--ports/brynet/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/brynet/CONTROL b/ports/brynet/CONTROL
index 3309ab1cf..9133017a1 100644
--- a/ports/brynet/CONTROL
+++ b/ports/brynet/CONTROL
@@ -1,4 +1,4 @@
Source: brynet
-Version: 1.0.0-1
+Version: 1.0.2
Description: A C++ cross platform high performance tcp network library, and support SSL/HTTP/Websocket.
Build-Depends: openssl
diff --git a/ports/brynet/portfile.cmake b/ports/brynet/portfile.cmake
index 9c9097bfc..141711827 100644
--- a/ports/brynet/portfile.cmake
+++ b/ports/brynet/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IronsDu/brynet
- REF v1.0.0
- SHA512 f2ad0514d5b25828b38d929bf352a8a35c39816982f7a3aaca2b6d74a7e592d8a37d2af6b77d6babf2eec25063ed1bb50704e8871d18d7e5f777021d18604b9c
+ REF v1.0.2
+ SHA512 b07ceb858ed125959b3901415d6099939acf51a194950de8c65f063b6462a0ab424494659aedd889378bd4388cc9e71a0aedcb30108b6c2eef4d5e6ebea2cce8
HEAD_REF master
)