mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[grpc] update to the latest release (v1.68.2) (#42605)
This commit is contained in:
parent
8a45f8e058
commit
f3961d4467
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO grpc/grpc
|
||||
REF "v${VERSION}"
|
||||
SHA512 cfb88a1290e2ee46fbd5f2b50b9c066ac174b1077170088c3b1a30bd37e66c6ca5254d2b951329a3991ac2b4320d12a50b1464babffbfc3bcf4eab670a449fd1
|
||||
SHA512 8f595429afc86e8ef7e1ba7d8b9fb579e9e334f822a4a26ab2cbd0ab13bcb421afaab21febffd023fbd688cfa2b8be834f9047aa70e6561bc181ba6737892304
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
00001-fix-uwp.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grpc",
|
||||
"version-semver": "1.68.1",
|
||||
"version-semver": "1.68.2",
|
||||
"description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.",
|
||||
"homepage": "https://github.com/grpc/grpc",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -3285,7 +3285,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"grpc": {
|
||||
"baseline": "1.68.1",
|
||||
"baseline": "1.68.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"grppi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9d52c19f55882d1954615b7e7a680e66c6f8085f",
|
||||
"version-semver": "1.68.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d93112a282fcf3073db2495fba3dff723bbe0a4e",
|
||||
"version-semver": "1.68.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user