diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-12-05 13:51:34 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-06 09:24:39 +0700 |
commit | b81c8bb3512d13635b044dedb9ec8be4b70285a5 (patch) | |
tree | 950f74dfa172727a01785c41bf458a3d2dc64b15 | |
parent | dfea5e30b4b5f200a638972cdb90578fd75ae3ed (diff) |
libraries/grpc: Update for 1.68.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/grpc/grpc.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/grpc/grpc.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/grpc/grpc.SlackBuild b/libraries/grpc/grpc.SlackBuild index 77a9a67c7a..583c9ef43f 100644 --- a/libraries/grpc/grpc.SlackBuild +++ b/libraries/grpc/grpc.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=grpc -VERSION=${VERSION:-1.67.1} +VERSION=${VERSION:-1.68.2} OPENCENSUS_VERSION=${OPENCENSUS_VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/grpc/grpc.info b/libraries/grpc/grpc.info index be3672fd9e..5ac35d4370 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.67.1" +VERSION="1.68.2" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.67.1/grpc-1.67.1.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.68.2/grpc-1.68.2.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="ce074a670e556ac8a4aa9479cf9aa6b0 \ +MD5SUM="e7455bec08eab3d42067905f7ccdfd86 \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |