* update grpc to 1.65.5-4

This commit is contained in:
Alexander Baldeck 2024-11-08 14:38:22 +01:00
parent f6bd55382f
commit 6cbcaf96f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = grpc pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first. pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first.
pkgver = 1.65.5 pkgver = 1.65.5
pkgrel = 3.1 pkgrel = 4
url = https://grpc.io url = https://grpc.io
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le

View File

@ -7,7 +7,7 @@ pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli') pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli')
pkgver=1.65.5 pkgver=1.65.5
_gtestver=0e402173c97aea7a00749e825b194bfede4f2e45 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
pkgrel=3.1 pkgrel=4
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first." pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://grpc.io' url='https://grpc.io'