diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:49:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:56:21 +0100 |
commit | b3f7ecac4d4904a4b5b4b18a568e78ba48cec172 (patch) | |
tree | d084bdb652b5b02079e49ad49847f2d0ecaaf4eb /testing/py3-grpcio | |
parent | ffe2ded6256362bf447cea36b107c6018cfb0c7e (diff) | |
download | aports-b3f7ecac4d4904a4b5b4b18a568e78ba48cec172.tar.bz2 aports-b3f7ecac4d4904a4b5b4b18a568e78ba48cec172.tar.xz |
testing/py3-grpcio: upgrade to 1.26.0
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 4c849f07cc..b986b1bff7 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.25.0 +pkgver=1.26.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="7d9e126eafdfefe9b5c2eacf9c082b972115f231a55cff53386305f2df68037e2593eedc3f27fe0eaeb7fbe78b28f6b87607cdeccf59929b9a9b33bf74ab5c92 grpc-1.25.0.tar.gz" +sha512sums="4f7d067c582d0a9be7b7d4dd1e08acdbe6ff0686dfe92b5db5b7927f779410a4237acfd1c61d9f79eb2d00f86cf93cc7492fa372c1877e57c1aa23e9bb2648bb grpc-1.26.0.tar.gz" |