diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-27 13:35:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-28 09:12:19 +0700 |
commit | 3ccd04d15f8404f1c276b786cda0850dc2b20b8d (patch) | |
tree | fc7450ef4d71132492ef7bb8fcf82e5415e1bb53 | |
parent | 85645bb5173f3fd282c01535fe476ec61b81798e (diff) |
libraries/grpc: Update for 1.66.1
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 49e15780b3c61..6908460166241 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.66.0} +VERSION=${VERSION:-1.66.1} 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 4d1f4ae55a849..1d0c0c0d38fa0 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.66.0" +VERSION="1.66.1" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.66.0/grpc-1.66.0.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.66.1/grpc-1.66.1.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="b4d8ef125ff94395f98f81a2c66a82b7 \ +MD5SUM="93b5c17163d51517308a798221d3a563 \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |