grpc: update to 1.24.3 (#13658)
This commit is contained in:
parent
e27d7479a3
commit
9a4797b74c
@ -9,8 +9,9 @@ class Grpc(CMakePackage):
|
||||
"""A high performance, open-source universal RPC framework."""
|
||||
|
||||
homepage = "https://grpc.io"
|
||||
url = "https://github.com/grpc/grpc/archive/v1.23.1.tar.gz"
|
||||
url = "https://github.com/grpc/grpc/archive/v1.24.3.tar.gz"
|
||||
|
||||
version('1.24.3', sha256='c84b3fa140fcd6cce79b3f9de6357c5733a0071e04ca4e65ba5f8d306f10f033')
|
||||
version('1.23.1', sha256='dd7da002b15641e4841f20a1f3eb1e359edb69d5ccf8ac64c362823b05f523d9')
|
||||
|
||||
variant('codegen', default=True,
|
||||
|
Loading…
Reference in New Issue
Block a user