diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-26 10:43:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-26 13:59:34 +0100 |
commit | 68d80e824356f53f35ec68274ed7ef3433402ace (patch) | |
tree | e090943c0132ef0522648c9e9799e33232e42384 /community/grpc/APKBUILD | |
parent | db86e6678110079518bf456f15fd6283c7e9c23b (diff) | |
download | aports-68d80e824356f53f35ec68274ed7ef3433402ace.tar.bz2 aports-68d80e824356f53f35ec68274ed7ef3433402ace.tar.xz |
rebuild for protobuf-3.11.0
Diffstat (limited to 'community/grpc/APKBUILD')
-rw-r--r-- | community/grpc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/grpc/APKBUILD b/community/grpc/APKBUILD index 5c7e71facc..db5046bcb5 100644 --- a/community/grpc/APKBUILD +++ b/community/grpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: wener <wenermail@gmail.com> pkgname=grpc pkgver=1.25.0 -pkgrel=0 +pkgrel=1 pkgdesc="The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) " url="https://grpc.io/" giturl="https://github.com/grpc/grpc" |