[brpc] update to 1.6.0 (#34070)

* [brpc] update to 1.6.0

* [brpc] update to 1.6.0
This commit is contained in:
Jia Yue Hua 2023-09-29 13:56:23 +08:00 committed by GitHub
parent 73b055e9e4
commit 0161d4aca4
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 0d3693ceff19952623511381d2df3ab3d17e725c0679154ce36f0cf52d1d4b46ad04699c4bacd0a906bcef33d19921fb5e1193a78218b6010b4c35d07ad62563
SHA512 2c69a1eaaca26da494c1a10d4f6c67ca53c5cfe43243457263e4966101a77207dee5f29b7372895230978c729254b156b7e4223a41d8e909919fbdac6badc75c
HEAD_REF master
PATCHES
fix-build.patch

View File

@ -1,6 +1,6 @@
{
"name": "brpc",
"version": "1.5.0",
"version": "1.6.0",
"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": "a2cedfb3411d57def85e6337b08570e518c2f992",
"version": "1.6.0",
"port-version": 0
},
{
"git-tree": "8c3039a58b23207cc87a0a938dbd943ef521b235",
"version": "1.5.0",

View File

@ -1301,7 +1301,7 @@
"port-version": 0
},
"brpc": {
"baseline": "1.5.0",
"baseline": "1.6.0",
"port-version": 0
},
"brunocodutra-metal": {