diff options
Diffstat (limited to 'testing/py3-grpcio/APKBUILD')
-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" |