grpc: update to 1.24.3 (#13658)

This commit is contained in:
Figroc Chen 2019-11-10 02:42:34 +08:00 committed by Adam J. Stewart
parent e27d7479a3
commit 9a4797b74c

View File

@ -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,