libraries/grpc: Updated for version 1.28.1

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2020-05-02 18:04:58 -07:00 committed by Willy Sudiarto Raharjo
parent 662133dad3
commit 2a35de5e8e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for grpc
# Copyright 2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2019-2020 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,8 @@
PRGNAM=grpc
VERSION=${VERSION:-1.24.1}
UPB_VERSION=${UPB_VERSION:-931bbecbd3230ae7f22efa5d203639facc47f719}
VERSION=${VERSION:-1.28.1}
CPP_VERSION=${UPB_VERSION:-20200225.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,9 +64,9 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf third_party/upb
tar xvf $CWD/upb-${UPB_VERSION}.tar.gz -C third_party
ln -s upb-${UPB_VERSION} third_party/upb
rm -rf third_party/abseil-cpp
tar xvf $CWD/abseil-cpp-${CPP_VERSION}.tar.gz -C third_party
ln -s abseil-cpp-${CPP_VERSION} third_party/abseil-cpp
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="grpc"
VERSION="1.24.1"
VERSION="1.28.1"
HOMEPAGE="https://grpc.io/"
DOWNLOAD="https://github.com/grpc/grpc/archive/v1.24.1/grpc-1.24.1.tar.gz \
https://github.com/protocolbuffers/upb/archive/931bbecbd3230ae7f22efa5d203639facc47f719/upb-931bbecbd3230ae7f22efa5d203639facc47f719.tar.gz"
MD5SUM="907baa235c152a05e83a198403f336c6 \
bf1e541dd7467e0621e2c2e6241ced2b"
DOWNLOAD="https://github.com/grpc/grpc/archive/v1.28.1/grpc-1.28.1.tar.gz \
https://github.com/abseil/abseil-cpp/archive/20200225.2/abseil-cpp-20200225.2.tar.gz"
MD5SUM="db08d431023d116089bcaba4059bc583 \
73f2b6e72f1599a9139170c29482ddc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares protobuf3 gflags"