diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 19:49:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 07:28:48 -0300 |
commit | df6845071897f9c98d59f6068f1806017fdcb12e (patch) | |
tree | 44cadd9fcebd5bb3278a2641663998fa8c755d2a /testing/py3-grpcio | |
parent | 3c14e449a4835e5c55e26e4d3f655d08f3330a68 (diff) | |
download | aports-df6845071897f9c98d59f6068f1806017fdcb12e.tar.bz2 aports-df6845071897f9c98d59f6068f1806017fdcb12e.tar.xz |
testing/py3-grpcio: upgrade to 1.21.4
Diffstat (limited to 'testing/py3-grpcio')
-rw-r--r-- | testing/py3-grpcio/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-grpcio/APKBUILD b/testing/py3-grpcio/APKBUILD index 6f82f92ec8..4ef0ff76c2 100644 --- a/testing/py3-grpcio/APKBUILD +++ b/testing/py3-grpcio/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Keith Maxwell <keith.maxwell@gmail.com> # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=py3-grpcio -pkgver=1.20.0 +pkgver=1.21.4 pkgrel=0 pkgdesc="gRPC Python HTTP/2-based RPC framework" url="https://grpc.io" @@ -32,4 +32,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="01074f87a3cfaa30cbd3ae8f723118fd91cab586872b26b0f96fe5f8472dff8f6e8845af605765f747cc10ef1b62c974c57e08affc43eb8487b524a98d1dcae1 grpc-1.20.0.tar.gz" +sha512sums="09a91607173a6dab1709221af10bd1126131945fcedb9bd95c72d83a465260b8c5b415e89608377de1d50edbec09e051bc014d29da1a5483fd07e48f2772aa12 grpc-1.21.4.tar.gz" |