diff --git a/packages/libgrpc/build.sh b/packages/libgrpc/build.sh index c691d06262..7d35678b83 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_MAINTAINER="Vishal Biswas @vishalbiswas" -TERMUX_PKG_VERSION=1.24.2 +TERMUX_PKG_VERSION=1.24.3 TERMUX_PKG_DEPENDS="libc++, openssl, protobuf, c-ares, zlib" TERMUX_PKG_BREAKS="libgrpc-dev" TERMUX_PKG_REPLACES="libgrpc-dev"