diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-19 14:41:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-20 10:00:31 +0700 |
commit | 35574605fa925597675fb850893f62799c526f99 (patch) | |
tree | 0a3c1cce874192502f175ccaf619c025b2cc2db5 | |
parent | 4b1c984ea1851f93a939b695c545db75ceb26bf2 (diff) |
libraries/grpc: Update for 1.65.5
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 23831479c5..ca0e6ffb2b 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.65.4} +VERSION=${VERSION:-1.65.5} 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 2009822f5c..93134f7c99 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.65.4" +VERSION="1.65.5" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.4/grpc-1.65.4.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.5/grpc-1.65.5.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="d4cc4f40b929469afe7d48c615e087c4 \ +MD5SUM="42de98220b3539b9d79ce8e65dc9d42a \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |