[Buildroot] [git commit branch/next] package/grpc: bump to version 1.36.0
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-03-06 20:23:29
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-03-06 20:23:29
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=46979791ba200180a6cccfb0794696936f16fa20 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next Signed-off-by: Michael Nosthoff <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/grpc/grpc.hash | 2 +- package/grpc/grpc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash
index 52d25fc5ed..2e6bd71cb3 100644
--- a/package/grpc/grpc.hash
+++ b/package/grpc/grpc.hash@@ -1,3 +1,3 @@ # Locally computed -sha256 27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958 grpc-1.35.0.tar.gz +sha256 1a5127c81487f4e3e57973bb332f04b9159f94d860c207e096d8a587d371edbd grpc-1.36.0.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
index 27b28deff3..8426ff5736 100644
--- a/package/grpc/grpc.mk
+++ b/package/grpc/grpc.mk@@ -4,7 +4,7 @@ # ################################################################################ -GRPC_VERSION = 1.35.0 +GRPC_VERSION = 1.36.0 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION)) GRPC_LICENSE = Apache-2.0 GRPC_LICENSE_FILES = LICENSE