You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/01 07:15:29 UTC

[rocketmq-clients] branch cpp updated: Use official gRPC release v1.46.3

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch cpp
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/cpp by this push:
     new 5a6593d  Use official gRPC release v1.46.3
5a6593d is described below

commit 5a6593dfda615e814d1dadf5c0388646e6133968
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Fri Jul 1 15:15:20 2022 +0800

    Use official gRPC release v1.46.3
---
 cpp/bazel/rocketmq_deps.bzl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/bazel/rocketmq_deps.bzl b/cpp/bazel/rocketmq_deps.bzl
index 30ee383..b3d3168 100644
--- a/cpp/bazel/rocketmq_deps.bzl
+++ b/cpp/bazel/rocketmq_deps.bzl
@@ -114,11 +114,11 @@ def rocketmq_deps():
     maybe(
         http_archive,
         name = "com_github_grpc_grpc",
-        strip_prefix = "grpc-1.46.3.2",
+        strip_prefix = "grpc-1.46.3",
         # sha256 = "67423a4cd706ce16a88d1549297023f0f9f0d695a96dd684adc21e67b021f9bc",
         urls = [
-            "https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/grpc/grpc-1.46.3.2.tar.gz",
-            "https://github.com/lizhanhui/grpc/archive/refs/tags/v1.46.3.2.tar.gz",
+            "https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/grpc/grpc-1.46.3.tar.gz",
+            "https://github.com/grpc/grpc/archive/refs/tags/v1.46.3.tar.gz",
         ],
     )