1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 04:57:05 +00:00

libgrpc: Revert back to version that builds

This commit is contained in:
Fredrik Fornwall 2020-08-12 14:26:50 +02:00
parent fb7027c26a
commit 778e87c559

View File

@ -2,7 +2,8 @@ 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.31.0
TERMUX_PKG_VERSION=1.30.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_DEPENDS="libc++, openssl, protobuf, c-ares, zlib"
TERMUX_PKG_BREAKS="libgrpc-dev"
TERMUX_PKG_REPLACES="libgrpc-dev"