Skip to content

Commit f3961d4

Browse files
authored
[grpc] update to the latest release (v1.68.2) (#42605)
1 parent 8a45f8e commit f3961d4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/grpc/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO grpc/grpc
88
REF "v${VERSION}"
9-
SHA512 cfb88a1290e2ee46fbd5f2b50b9c066ac174b1077170088c3b1a30bd37e66c6ca5254d2b951329a3991ac2b4320d12a50b1464babffbfc3bcf4eab670a449fd1
9+
SHA512 8f595429afc86e8ef7e1ba7d8b9fb579e9e334f822a4a26ab2cbd0ab13bcb421afaab21febffd023fbd688cfa2b8be834f9047aa70e6561bc181ba6737892304
1010
HEAD_REF master
1111
PATCHES
1212
00001-fix-uwp.patch

ports/grpc/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc",
3-
"version-semver": "1.68.1",
3+
"version-semver": "1.68.2",
44
"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.",
55
"homepage": "https://github.com/grpc/grpc",
66
"license": "Apache-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3285,7 +3285,7 @@
32853285
"port-version": 0
32863286
},
32873287
"grpc": {
3288-
"baseline": "1.68.1",
3288+
"baseline": "1.68.2",
32893289
"port-version": 0
32903290
},
32913291
"grppi": {

versions/g-/grpc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "9d52c19f55882d1954615b7e7a680e66c6f8085f",
5+
"version-semver": "1.68.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "d93112a282fcf3073db2495fba3dff723bbe0a4e",
510
"version-semver": "1.68.1",

0 commit comments

Comments
 (0)