summaryrefslogtreecommitdiffstats
path: root/rules/grpc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/grpc.make')
-rw-r--r--rules/grpc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/grpc.make b/rules/grpc.make
index 78933eb5d..18aaff0cd 100644
--- a/rules/grpc.make
+++ b/rules/grpc.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GRPC) += grpc
#
# Paths and names
#
-GRPC_VERSION := 1.17.2
-GRPC_MD5 := 346ecc9a9162664f7f50aadcdb4eac8e
+GRPC_VERSION := 1.18.0
+GRPC_MD5 := 520c545189fad05966c147c42e8280cc
GRPC := grpc-$(GRPC_VERSION)
GRPC_SUFFIX := tar.gz
GRPC_URL := https://github.com/grpc/grpc/archive/v$(GRPC_VERSION).$(GRPC_SUFFIX)