diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-06-08 12:52:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:44 +0700 |
commit | 0f9b118a062ba5625d3875595d37405d447dd53d (patch) | |
tree | 8f4665a34e45643445f2c3b02c0a394b84ac6b36 | |
parent | 5a231b33ec81320da549f830ca9a15e86a9a61a3 (diff) |
libraries/grpc: Update for 1.64.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 1e99aa7779..49f3452e28 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.64.1} +VERSION=${VERSION:-1.64.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 d49305cc04..6c421f8bc1 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.64.1" +VERSION="1.64.2" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.64.1/grpc-1.64.1.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.64.2/grpc-1.64.2.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="6a51fd3d13621320427e607550eea56b \ +MD5SUM="67eecd7915e505ebbdbb7fa2149610eb \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |