[Buildroot] [PATCH] package/grpc: bump version to 1.41.0

Arnout Vandecappelle arnout at mind.be
Tue Oct 12 20:35:48 UTC 2021



On 04/10/2021 22:25, Michael Nosthoff via buildroot wrote:
> Signed-off-by: Michael Nosthoff <buildroot at heine.tech>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 ed773c59d7..26d0d315d8 100644
> --- a/package/grpc/grpc.hash
> +++ b/package/grpc/grpc.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  13e7c6460cd979726e5b3b129bb01c34532f115883ac696a75eb7f1d6a9765ed  grpc-1.40.0.tar.gz
> +sha256  e5fb30aae1fa1cffa4ce00aa0bbfab908c0b899fcf0bbc30e268367d660d8656  grpc-1.41.0.tar.gz
>   sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
> diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
> index c61f90be7e..1bb4bd2b98 100644
> --- a/package/grpc/grpc.mk
> +++ b/package/grpc/grpc.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -GRPC_VERSION = 1.40.0
> +GRPC_VERSION = 1.41.0
>   GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION))
>   GRPC_LICENSE = Apache-2.0
>   GRPC_LICENSE_FILES = LICENSE
> 


More information about the buildroot mailing list