From bc0d3a68408edef6e4b56374617d717505921f6a Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 7 Dec 2020 21:15:00 +0000 Subject: [PATCH] libgrpc: update to 1.34.0 --- packages/libgrpc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libgrpc/build.sh b/packages/libgrpc/build.sh index e22afe88b..c6d4f6a00 100644 --- a/packages/libgrpc/build.sh +++ b/packages/libgrpc/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://grpc.io/ TERMUX_PKG_DESCRIPTION="High performance, open source, general RPC framework that puts mobile and HTTP/2 first" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_SRCURL=https://github.com/grpc/grpc.git -TERMUX_PKG_VERSION=1.33.2 +TERMUX_PKG_VERSION=1.34.0 TERMUX_PKG_DEPENDS="libc++, openssl, protobuf, c-ares, zlib" TERMUX_PKG_BREAKS="libgrpc-dev" TERMUX_PKG_REPLACES="libgrpc-dev"