Browse Source

libgrpc: Update from 1.4.1 to 1.4.2

android-5
Fredrik Fornwall 8 years ago
parent
commit
4739690aff
  1. 6
      packages/libgrpc/build.sh

6
packages/libgrpc/build.sh

@ -1,10 +1,10 @@
TERMUX_PKG_VERSION=1.4.1
TERMUX_PKG_REVISION=1
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.2
TERMUX_PKG_SHA256=268481b9cd09aaa0758fcd14236537cbd3ebcd637f43150fdf7937582f2dc4dc
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"
TERMUX_PKG_SHA256=60840ef0e9b71f47cb73d4e220089b3d1e78dbfa011ae128f7688622f287b543
TERMUX_PKG_FOLDERNAME=grpc-$TERMUX_PKG_VERSION
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true

Loading…
Cancel
Save