diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-26 13:42:08 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-27 12:20:16 +0700 |
commit | bfcec264e0341fc9612279d8df89d5d8f0fa6ec2 (patch) | |
tree | e845297dfef13d7153c74a8c8970300fd55cd7bd /libraries | |
parent | 2816f8a60f6c8086fc3821f23f929252c029ba81 (diff) |
libraries/grpc: Update for 1.66.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 ca0e6ffb2bd97..49e15780b3c61 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.5} +VERSION=${VERSION:-1.66.0} 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 93134f7c99706..4d1f4ae55a849 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.65.5" +VERSION="1.66.0" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.5/grpc-1.65.5.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.66.0/grpc-1.66.0.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="42de98220b3539b9d79ce8e65dc9d42a \ +MD5SUM="b4d8ef125ff94395f98f81a2c66a82b7 \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |