Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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