diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 15:29:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 17:36:29 -0300 |
commit | 0f73e4c7e79be62b20c4e5eb8eb7d3473ecd934b (patch) | |
tree | 87691ce2387a3dab5ec31c7157d22567cfc5b86f /testing/py3-grpcio/APKBUILD | |
parent | ea6227b606ec080b27b05443b633df3cb1e2fb25 (diff) | |
download | aports-0f73e4c7e79be62b20c4e5eb8eb7d3473ecd934b.tar.bz2 aports-0f73e4c7e79be62b20c4e5eb8eb7d3473ecd934b.tar.xz |
testing/py3-grpcio: upgrade to 1.23.0
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 4ef0ff76c2..885cd6c486 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.21.4 +pkgver=1.23.0 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="09a91607173a6dab1709221af10bd1126131945fcedb9bd95c72d83a465260b8c5b415e89608377de1d50edbec09e051bc014d29da1a5483fd07e48f2772aa12 grpc-1.21.4.tar.gz" +sha512sums="4770651bd73b71735152155327c44d59125442b405157ffea8fb80b6f16406dd388474394e44ef620e2a777018121988a3a7a552a42141650d7cac263ab499a0 grpc-1.23.0.tar.gz" |