diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-03 13:04:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-04 05:05:15 +0700 |
commit | a8e929cf20eeb880dc25d75fee32218e95b0e18c (patch) | |
tree | 52a35cd0ef6d56fa9471ccde8ec832a737cf7d61 /python/python3-grpcio | |
parent | 468be2950157aaaf83dcf94f04dad340475f5e39 (diff) |
python/python3-grpcio: Update for 1.65.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-grpcio')
-rw-r--r-- | python/python3-grpcio/python3-grpcio.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-grpcio/python3-grpcio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild index 0db8fecdc7ac..8e4da7740bcc 100644 --- a/python/python3-grpcio/python3-grpcio.SlackBuild +++ b/python/python3-grpcio/python3-grpcio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-grpcio -VERSION=${VERSION:-1.65.3} +VERSION=${VERSION:-1.65.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-grpcio/python3-grpcio.info b/python/python3-grpcio/python3-grpcio.info index ac3c649aee95..f801def005c7 100644 --- a/python/python3-grpcio/python3-grpcio.info +++ b/python/python3-grpcio/python3-grpcio.info @@ -1,8 +1,8 @@ PRGNAM="python3-grpcio" -VERSION="1.65.3" +VERSION="1.65.4" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.3/grpc-1.65.3.tar.gz" -MD5SUM="13b30e52dff1b0185f01fe08e7238c9f" +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.4/grpc-1.65.4.tar.gz" +MD5SUM="d4cc4f40b929469afe7d48c615e087c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3 re2" |