summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author isaackwy2024-04-29 05:58:02 +0200
committer Willy Sudiarto Raharjo2024-05-04 16:44:56 +0200
commit367a05930381b6a8494dafb6e71d6a09b83551ed (patch)
tree3d67bfa135056a167efcd33fdebcaf68a1e860f8
parent5d082ab147508ad5bff628e7ea8d1ea5f3cab74b (diff)
downloadslackbuilds-367a05930381b6a8494dafb6e71d6a09b83551ed.tar.gz
python/python3-grpcio: Update for 1.63.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-grpcio/python3-grpcio.SlackBuild2
-rw-r--r--python/python3-grpcio/python3-grpcio.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild
index 86326cbb68..d58f76d759 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.62.2}
+VERSION=${VERSION:-1.63.0}
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 1376e07485..f7f193c75f 100644
--- a/python/python3-grpcio/python3-grpcio.info
+++ b/python/python3-grpcio/python3-grpcio.info
@@ -1,8 +1,8 @@
PRGNAM="python3-grpcio"
-VERSION="1.62.2"
+VERSION="1.63.0"
HOMEPAGE="https://grpc.io/"
-DOWNLOAD="https://github.com/grpc/grpc/archive/v1.62.2/grpc-1.62.2.tar.gz"
-MD5SUM="0cabd7727133de65d9d1c7d521b6b05f"
+DOWNLOAD="https://github.com/grpc/grpc/archive/v1.63.0/grpc-1.63.0.tar.gz"
+MD5SUM="a7a4cd8ce187c4a49d9498b3fcd148b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 re2"