diff --git a/packages/python-grpcio/build.sh b/packages/python-grpcio/build.sh index b51517085e..6518f95d84 100644 --- a/packages/python-grpcio/build.sh +++ b/packages/python-grpcio/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc TERMUX_PKG_VERSION="1.76.0" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag" TERMUX_PKG_DEPENDS="abseil-cpp, c-ares, ca-certificates, libc++, libre2, openssl, python, zlib"