diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-02 01:15:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-02 20:29:26 +0700 |
commit | 7b27cbdc6fbb14553f5f1d69797fa06f62dcae33 (patch) | |
tree | 89caf232bb5bfcac871c875ef04d46ad9d8aaf2e /python/python3-grpcio | |
parent | 71431e1e25607a8d18828ef28fb64c28514eeb2a (diff) |
python/python3-grpcio: Update for 1.65.3
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 fb25021a74ec..0db8fecdc7ac 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.64.2} +VERSION=${VERSION:-1.65.3} 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 bc005eb2e0e6..ac3c649aee95 100644 --- a/python/python3-grpcio/python3-grpcio.info +++ b/python/python3-grpcio/python3-grpcio.info @@ -1,8 +1,8 @@ PRGNAM="python3-grpcio" -VERSION="1.64.2" +VERSION="1.65.3" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.64.2/grpc-1.64.2.tar.gz" -MD5SUM="67eecd7915e505ebbdbb7fa2149610eb" +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.65.3/grpc-1.65.3.tar.gz" +MD5SUM="13b30e52dff1b0185f01fe08e7238c9f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3 re2" |