[brpc] update to 1.6.1 (#34795)

* [brpc] update to 1.6.1

* [brpc] update to 1.6.1
This commit is contained in:
Jia Yue Hua 2023-11-01 02:59:45 +08:00 committed by GitHub
parent 0c5d26ffc2
commit 54b42ecea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/incubator-brpc
REF "${VERSION}"
SHA512 2c69a1eaaca26da494c1a10d4f6c67ca53c5cfe43243457263e4966101a77207dee5f29b7372895230978c729254b156b7e4223a41d8e909919fbdac6badc75c
SHA512 da0004b7b50cc48da018627c9361ae62b006bb7cd2af53a5cfa1601aab7ad31174d37778a42809bdf2e0f2021a860dcbb02e2c3c938eae6c02808267c3b85025
HEAD_REF master
PATCHES
fix-build.patch

View File

@ -1,6 +1,6 @@
{
"name": "brpc",
"version": "1.6.0",
"version": "1.6.1",
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
"homepage": "https://github.com/apache/incubator-brpc",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e8671f4e4a1523a2f58b71e7413ad0b8dab7c1c4",
"version": "1.6.1",
"port-version": 0
},
{
"git-tree": "a2cedfb3411d57def85e6337b08570e518c2f992",
"version": "1.6.0",

View File

@ -1325,7 +1325,7 @@
"port-version": 1
},
"brpc": {
"baseline": "1.6.0",
"baseline": "1.6.1",
"port-version": 0
},
"brunocodutra-metal": {