diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-08-04 12:17:22 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-08 12:40:22 +0200 |
commit | 2180d357614e4a8bccffec9d8501f7e9659ce24e (patch) | |
tree | b61e70abc3f9934e447b7963d7c7ae198cd6a88d /etc/repos.json | |
parent | 5969b46f5aeb51f864070af37ec57fb3870d8e22 (diff) | |
download | justbuild-2180d357614e4a8bccffec9d8501f7e9659ce24e.tar.gz |
update grpc to version 1.56.2
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/repos.json b/etc/repos.json index 73001b94..8272fe8c 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -377,11 +377,11 @@ , "com_github_grpc_grpc": { "repository": { "type": "archive" - , "content": "a60418787a6e6f98c584d8de42d93b8983254939" - , "fetch": "https://github.com/grpc/grpc/archive/refs/tags/v1.53.0.tar.gz" - , "sha256": "9717ffc52120861136e478155c2ff3a9c21740e2244de52fa966f376d7471adf" - , "sha512": "a02fe1969787cd39061269b8c7c1313c1f599a31aa4e11760a744a9e0f85202e33832ee669b9d0d07df4af1a45470d605a69d9e4a4df89251e9b0093aee89eca" - , "subdir": "grpc-1.53.0" + , "content": "eb5007bb7fb6575db8c1467090719d3262a05868" + , "fetch": "https://github.com/grpc/grpc/archive/refs/tags/v1.56.2.tar.gz" + , "sha256": "931f07db9d48cff6a6007c1033ba6d691fe655bea2765444bc1ad974dfc840aa" + , "sha512": "bb4be3b8a128566581b7ea69d1faa6d08a28624656c2f4afdd8bb8fa804e362b7d8f2bb6c52789081b48f299ddffe18e1795c8dce9b9bc304a5e6d3a4274b11e" + , "subdir": "grpc-1.56.2" } , "target_root": "import targets" , "target_file_name": "TARGETS.grpc" @@ -389,7 +389,7 @@ , "bindings": { "rules": "rules-grpc" , "protobuf": "protobuf" - , "libssl": "ssl" + , "ssl": "ssl" , "absl": "com_google_absl" , "zlib": "zlib" , "re2": "re2" |