* update grpc to 1.67.1-5

This commit is contained in:
Alexander Baldeck 2025-01-03 01:05:51 +01:00
parent 7aa50ec198
commit c0a40ad09b
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first.
pkgver = 1.67.1
pkgrel = 2
pkgrel = 5
url = https://grpc.io
arch = x86_64
arch = powerpc64le
@ -28,8 +28,10 @@ pkgbase = grpc
makedepends = python-wheel
source = https://github.com/grpc/grpc/archive/v1.67.1/grpc-1.67.1.tar.gz
source = https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
source = grpc-no-sse2-on-unsupported-isa.patch
sha256sums = d74f8e99a433982a12d7899f6773e285c9824e1d9a173ea1d1fb26c9bd089299
sha256sums = c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
sha256sums = 7151a85112baa206fdb3764c01671d0b0193d4e39bfb95139b8b5676df5ead76
pkgname = grpc
depends = glibc

View File

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