aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwener <wenermail@gmail.com>2019-11-06 09:51:34 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-11-14 10:17:23 +0200
commit785caaf577559725dab00d6f3cbab479a15bc2ea (patch)
tree4b058446ac2518520aa988ed948f4c49305e12b1
parenta3ae023da7f5e66e8ff98804aacf3daf5d58443f (diff)
downloadalpine_aports-785caaf577559725dab00d6f3cbab479a15bc2ea.tar.bz2
alpine_aports-785caaf577559725dab00d6f3cbab479a15bc2ea.tar.xz
alpine_aports-785caaf577559725dab00d6f3cbab479a15bc2ea.zip
testing/py3-grpcio: upgrade to 1.25.0
-rw-r--r--testing/py3-grpcio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-grpcio/APKBUILD b/testing/py3-grpcio/APKBUILD
index 1d17c27ed0..4c849f07cc 100644
--- a/testing/py3-grpcio/APKBUILD
+++ b/testing/py3-grpcio/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Keith Maxwell <keith.maxwell@gmail.com> 1# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
2# Maintainer: Keith Maxwell <keith.maxwell@gmail.com> 2# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
3pkgname=py3-grpcio 3pkgname=py3-grpcio
4pkgver=1.23.0 4pkgver=1.25.0
5pkgrel=0 5pkgrel=0
6pkgdesc="gRPC Python HTTP/2-based RPC framework" 6pkgdesc="gRPC Python HTTP/2-based RPC framework"
7url="https://grpc.io" 7url="https://grpc.io"
@@ -32,4 +32,4 @@ package() {
32 python3 setup.py install --prefix=/usr --root="$pkgdir" 32 python3 setup.py install --prefix=/usr --root="$pkgdir"
33} 33}
34 34
35sha512sums="4770651bd73b71735152155327c44d59125442b405157ffea8fb80b6f16406dd388474394e44ef620e2a777018121988a3a7a552a42141650d7cac263ab499a0 grpc-1.23.0.tar.gz" 35sha512sums="7d9e126eafdfefe9b5c2eacf9c082b972115f231a55cff53386305f2df68037e2593eedc3f27fe0eaeb7fbe78b28f6b87607cdeccf59929b9a9b33bf74ab5c92 grpc-1.25.0.tar.gz"