aboutsummaryrefslogtreecommitdiff
path: root/libraries/grpc/grpc.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja@gmail.com>2020-05-02 18:04:58 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-03 08:48:38 +0700
commit2a35de5e8e3081117167bf93dc3fc5317926f93a (patch)
tree063758055c205a0436e139f12eed611879233770 /libraries/grpc/grpc.SlackBuild
parent662133dad35c696a2f53388418e9892ea7bd2260 (diff)
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/grpc.SlackBuild')
-rw-r--r--libraries/grpc/grpc.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/grpc/grpc.SlackBuild b/libraries/grpc/grpc.SlackBuild
index ac9cc25af0bbf..8e689190a909d 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 \