[brynet] Update to 1.11.1 (#22021)

* brynet: upgrade to 1.11.1

* Update portfile.cmake

* Update brynet.json
This commit is contained in:
IronsDu 2021-12-17 14:45:25 +08:00 committed by GitHub
parent 904933339b
commit 81c0acae22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IronsDu/brynet
REF b33f44df85ca56ca315a560239db3a09a1aef4d7 # v1.11.0
SHA512 0eaa212ab75a7b51ab546dbca10357d1cbb611ccfe09e3246050518c808a65cecb1374b60e2289023462b96f8b67aa8d19010f446364fecbec64115752234e60
REF 1a48a74ba5c6074cf6f478d6a52e3c37ce3b9cc8 # v1.11.1
SHA512 5f04ee74a1ba8955ddb355286aa2bcd29d50b2a8bb7c2c3296fd000ab5e2060ceb3a5254e54e48f6c090f16883aea07178001532da39f28dcafbcf8df7a7304c
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "brynet",
"version-string": "1.11.0",
"version-string": "1.11.1",
"port-version": 1,
"description": "A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.",
"homepage": "https://github.com/IronsDu/brynet"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1700fdb373d8d3789f510b64aeee7d79859393f1",
"version-string": "1.11.1",
"port-version": 1
},
{
"git-tree": "f164bb20f8c10203d2ab57ecf5a28b5891c5259a",
"version-string": "1.11.0",

View File

@ -1157,7 +1157,7 @@
"port-version": 0
},
"brynet": {
"baseline": "1.11.0",
"baseline": "1.11.1",
"port-version": 1
},
"bshoshany-thread-pool": {