diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-20 20:46:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-22 09:38:40 +0700 |
commit | 99abd287e4754fb87ea33c3b95b40ae1ae9c8e90 (patch) | |
tree | 7b95f4c96a394955754d9f16bf40e67054d7b9ad /python/python3-grpcio | |
parent | befb56d86252a58f9e1eeed0dd979a4fedc56ff3 (diff) |
python/python3-grpcio: Update for 1.48.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 fa400c7f75..f52cf572a8 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.48.2} +VERSION=${VERSION:-1.48.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 e1275e743b..6c081013d0 100644 --- a/python/python3-grpcio/python3-grpcio.info +++ b/python/python3-grpcio/python3-grpcio.info @@ -1,8 +1,8 @@ PRGNAM="python3-grpcio" -VERSION="1.48.2" +VERSION="1.48.4" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.48.2/grpc-1.48.2.tar.gz" -MD5SUM="2ba02b2582beabc1935e11603c181d62" +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.48.4/grpc-1.48.4.tar.gz" +MD5SUM="2977771ce888f0b9ac78ba4133e59637" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3 re2" |