Skip to content

Commit

Permalink
[brynet] Update to 1.11.1 (#22021)
Browse files Browse the repository at this point in the history
* brynet: upgrade to 1.11.1

* Update portfile.cmake

* Update brynet.json
  • Loading branch information
IronsDu authored Dec 17, 2021
1 parent 9049333 commit 81c0aca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/brynet/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/brynet/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/brynet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1700fdb373d8d3789f510b64aeee7d79859393f1",
"version-string": "1.11.1",
"port-version": 1
},
{
"git-tree": "f164bb20f8c10203d2ab57ecf5a28b5891c5259a",
"version-string": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@
"port-version": 0
},
"brynet": {
"baseline": "1.11.0",
"baseline": "1.11.1",
"port-version": 1
},
"bshoshany-thread-pool": {
Expand Down

0 comments on commit 81c0aca

Please sign in to comment.