Skip to content

Commit

Permalink
[brynet] Upgrade to 1.12.2 (microsoft#28440)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronsDu authored Dec 19, 2022
1 parent 863d3cc commit af8e165
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 4739b5409ce1c9df055ae77f76fb055ca58b34da # v1.12.1
SHA512 66f06cd6de9e516df7cadeb3b525ca74a8a9747840149686250e54dd4d8c044f6031fcefe9ca392f939f68fda821f6bcebd3a797ca1da11d34405d0a87ebae88
REF d9dda06cb2207f42e0a657c52c8278496fa4732c # v1.12.2
SHA512 9900277bca019339cdca8da9a8d21b3df96f86ca6642e7d212fdf68a0899b48d2b9d803a334dc8ff4b372bc40c74a0095419a02dd8a6d4aa431a44666c19214e
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": "1.12.1",
"version": "1.12.2",
"description": "A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.",
"homepage": "https://github.com/IronsDu/brynet"
}
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": "262acc43d0a971e687b7000da2bcdaf777c07c5e",
"version": "1.12.2",
"port-version": 0
},
{
"git-tree": "8eb954fee71dc1764d7261d36c185f42ee9c6378",
"version": "1.12.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@
"port-version": 0
},
"brynet": {
"baseline": "1.12.1",
"baseline": "1.12.2",
"port-version": 0
},
"bshoshany-thread-pool": {
Expand Down

0 comments on commit af8e165

Please sign in to comment.