diff options
author | isaackwy <isaacyu@protonmail.com> | 2025-08-07 12:48:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-09 21:41:09 +0700 |
commit | 4b52caabb93cbe97c5eca35d464da52a4e9da1aa (patch) | |
tree | cb3fac30e622a42c219ae2d516c8ca737f1a6b38 | |
parent | 464fa55597c937c8f375f8b893e84968ecd847d9 (diff) |
libraries/grpc: Update for 1.74.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 142c354862..75ea838934 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.74.0} +VERSION=${VERSION:-1.74.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 d4dee7d37e..49abb2b1ab 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.74.0" +VERSION="1.74.1" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.74.0/grpc-1.74.0.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.74.1/grpc-1.74.1.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="49f3cac1ee7a67142d1460ad71a14a14 \ +MD5SUM="395dd050e369ff70896732377060a327 \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |