grpc: update to 1.24.2.

This commit is contained in:
Leah Neukirchen 2019-10-11 12:59:21 +02:00
parent 612063c174
commit a9ba5f9b13

View file

@ -1,21 +1,21 @@
# Template file for 'grpc' # Template file for 'grpc'
pkgname=grpc pkgname=grpc
version=1.24.1 version=1.24.2
revision=1 revision=1
_upbver=931bbecbd3230ae7f22efa5d203639facc47f719 _upbver=931bbecbd3230ae7f22efa5d203639facc47f719
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)" make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
make_install_args="prefix=\$(DESTDIR)/usr" make_install_args="prefix=\$(DESTDIR)/usr"
hostmakedepends="protobuf" hostmakedepends="protobuf"
makedepends="zlib-devel c-ares-devel libressl-devel libprotoc-devel protobuf-devel gperftools-devel" makedepends="zlib-devel c-ares-devel libressl-devel libprotoc-devel
depends="" protobuf-devel gperftools-devel"
short_desc="High performance, open source, general RPC framework" short_desc="High performance, open source, general RPC framework"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/grpc/grpc" homepage="https://github.com/grpc/grpc"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/${pkgname}-${version}.tar.gz distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/${pkgname}-${version}.tar.gz
https://github.com/protocolbuffers/upb/archive/${_upbver}/upb-${_upbver}.tar.gz" https://github.com/protocolbuffers/upb/archive/${_upbver}/upb-${_upbver}.tar.gz"
checksum="ffadb8c6bcd725b60c370484062363c4c476335fbd5f377dcc66ac9c91aeae03 checksum="fd040f5238ff1e32b468d9d38e50f0d7f8da0828019948c9001e9a03093e1d8f
95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa" 95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa"
nocross=yes nocross=yes