From 3a193cfadc0a26151684220566c8ca7d28163932 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 8 Nov 2019 11:46:21 +0100 Subject: [PATCH] grpc: update to 1.25.0. --- srcpkgs/grpc/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template index fff1482202..b054558573 100644 --- a/srcpkgs/grpc/template +++ b/srcpkgs/grpc/template @@ -1,8 +1,7 @@ # Template file for 'grpc' pkgname=grpc -version=1.24.3 +version=1.25.0 revision=1 -_upbver=931bbecbd3230ae7f22efa5d203639facc47f719 build_style=gnu-makefile make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)" make_install_args="prefix=\$(DESTDIR)/usr" @@ -13,16 +12,12 @@ short_desc="High performance, open source, general RPC framework" maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/grpc/grpc" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/${pkgname}-${version}.tar.gz - https://github.com/protocolbuffers/upb/archive/${_upbver}/upb-${_upbver}.tar.gz" -checksum="c84b3fa140fcd6cce79b3f9de6357c5733a0071e04ca4e65ba5f8d306f10f033 - 95150db57b51b65f3422c38953956e0f786945d842d76f8ab685fbcd93ab5caa" +distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/${pkgname}-${version}.tar.gz" +checksum=ffbe61269160ea745e487f79b0fd06b6edd3d50c6d9123f053b5634737cf2f69 nocross=yes post_extract() { sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i Makefile - rm -rf third_party/upb - mv ../upb-${_upbver} third_party/upb } post_install() { vlicense NOTICE.txt