aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 19:49:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 07:28:48 -0300
commitdf6845071897f9c98d59f6068f1806017fdcb12e (patch)
tree44cadd9fcebd5bb3278a2641663998fa8c755d2a
parent3c14e449a4835e5c55e26e4d3f655d08f3330a68 (diff)
downloadalpine_aports-df6845071897f9c98d59f6068f1806017fdcb12e.tar.bz2
alpine_aports-df6845071897f9c98d59f6068f1806017fdcb12e.tar.xz
alpine_aports-df6845071897f9c98d59f6068f1806017fdcb12e.zip
testing/py3-grpcio: upgrade to 1.21.4
-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 6f82f92ec8..4ef0ff76c2 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.20.0 4pkgver=1.21.4
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="01074f87a3cfaa30cbd3ae8f723118fd91cab586872b26b0f96fe5f8472dff8f6e8845af605765f747cc10ef1b62c974c57e08affc43eb8487b524a98d1dcae1 grpc-1.20.0.tar.gz" 35sha512sums="09a91607173a6dab1709221af10bd1126131945fcedb9bd95c72d83a465260b8c5b415e89608377de1d50edbec09e051bc014d29da1a5483fd07e48f2772aa12 grpc-1.21.4.tar.gz"