From 784b45404e7608cda4a219916702fe70f35a689c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 15 Nov 2017 16:49:16 +0100 Subject: [PATCH] Rebuild grpc and mosh after protobuf update --- packages/libgrpc/build.sh | 4 ++-- packages/mosh/build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/libgrpc/build.sh b/packages/libgrpc/build.sh index 8fb6c4799..5b3da4069 100644 --- a/packages/libgrpc/build.sh +++ b/packages/libgrpc/build.sh @@ -1,7 +1,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_VERSION=1.4.5 -TERMUX_PKG_SHA256=39545c6e3d5a41c6cdd42ef7ff8288bc58bacf47b791ed324268cdfa999db9df +TERMUX_PKG_VERSION=1.4.7 +TERMUX_PKG_SHA256=9ce1ae3a05932eee41d7de28a59cff9d493b3423c571f51000bb350313e61b72 TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" TERMUX_PKG_SRCURL=https://github.com/grpc/grpc/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_DEPENDS="openssl, protobuf, c-ares" diff --git a/packages/mosh/build.sh b/packages/mosh/build.sh index 93e0f74b3..121f0a860 100644 --- a/packages/mosh/build.sh +++ b/packages/mosh/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://mosh.org TERMUX_PKG_DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" TERMUX_PKG_VERSION=1.3.2 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SHA256=da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216 TERMUX_PKG_SRCURL=https://github.com/mobile-shell/mosh/releases/download/mosh-${TERMUX_PKG_VERSION}/mosh-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libandroid-support, libprotobuf, ncurses, openssl, openssh, libutil"