diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-20 12:52:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-21 07:47:48 +0700 |
commit | 9720d7a916ebd0642c82597ecf5d775e335c9b42 (patch) | |
tree | e911433c9c03aba6b0a971c7e301b896b6df3aa6 /python/python3-grpcio | |
parent | af0f6c4709e64fb6e4be3f62dc621d846e4707ae (diff) |
python/python3-grpcio: Update for 1.62.2
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 023895ef9cdbd..86326cbb68e12 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.1} +VERSION=${VERSION:-1.62.2} 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 e17fdc4016007..1376e074858e5 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.1" +VERSION="1.62.2" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.62.1/grpc-1.62.1.tar.gz" -MD5SUM="e1d5a5152303a7edb48bdf5f60a22c04" +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.62.2/grpc-1.62.2.tar.gz" +MD5SUM="0cabd7727133de65d9d1c7d521b6b05f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3 re2" |