diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-05-02 18:04:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:38 +0700 |
commit | 2a35de5e8e3081117167bf93dc3fc5317926f93a (patch) | |
tree | 063758055c205a0436e139f12eed611879233770 /libraries/grpc | |
parent | 662133dad35c696a2f53388418e9892ea7bd2260 (diff) | |
download | slackbuilds-2a35de5e8e3081117167bf93dc3fc5317926f93a.tar.gz |
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>
Diffstat (limited to 'libraries/grpc')
-rw-r--r-- | libraries/grpc/grpc.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/grpc/grpc.info | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/libraries/grpc/grpc.SlackBuild b/libraries/grpc/grpc.SlackBuild index ac9cc25af0..8e689190a9 100644 --- a/libraries/grpc/grpc.SlackBuild +++ b/libraries/grpc/grpc.SlackBuild @@ -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 \ diff --git a/libraries/grpc/grpc.info b/libraries/grpc/grpc.info index 5047b17c49..6844e6e0a1 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -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" |