mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[brynet] upgrade to 1.11.2 (#23817)
* [brynet] upgrade to 1.11.2 * [brynet] upgrade to 1.11.2 * Update ports/brynet/vcpkg.json * Update versions/b-/brynet.json * Update versions/b-/brynet.json * Update ports/brynet/vcpkg.json * Update versions/b-/brynet.json * Update versions/baseline.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
parent
7f8d160617
commit
fef8dcb8bc
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO IronsDu/brynet
|
||||
REF 1a48a74ba5c6074cf6f478d6a52e3c37ce3b9cc8 # v1.11.1
|
||||
SHA512 5f04ee74a1ba8955ddb355286aa2bcd29d50b2a8bb7c2c3296fd000ab5e2060ceb3a5254e54e48f6c090f16883aea07178001532da39f28dcafbcf8df7a7304c
|
||||
REF 4d162460372b2385cea121da0403f55582b4e39b # v1.11.2
|
||||
SHA512 656e8e0bdf44e2fb9f17c622d517cafc5ff965402ccab4b96e6f4663e715396a962df0ebb2baaec871336e27c0129ceb47b80352bfcd28cdff731d46aad08d8a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "brynet",
|
||||
"version-string": "1.11.1",
|
||||
"port-version": 1,
|
||||
"version": "1.11.2",
|
||||
"description": "A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.",
|
||||
"homepage": "https://github.com/IronsDu/brynet"
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3a4cea82b4e937b478bd400d4a975dde33b3f741",
|
||||
"version": "1.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1700fdb373d8d3789f510b64aeee7d79859393f1",
|
||||
"version-string": "1.11.1",
|
||||
|
@ -1153,8 +1153,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"brynet": {
|
||||
"baseline": "1.11.1",
|
||||
"port-version": 1
|
||||
"baseline": "1.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"bshoshany-thread-pool": {
|
||||
"baseline": "2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user