extra/grpc to 1.64.2-1

This commit is contained in:
Kevin Mihelich 2024-06-08 17:12:06 +00:00
parent 4b3bc9fd4d
commit 2b199abc14
2 changed files with 7 additions and 7 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.64.0
pkgrel = 2
pkgver = 1.64.2
pkgrel = 1
url = https://grpc.io
arch = x86_64
license = Apache-2.0
@ -22,9 +22,9 @@ pkgbase = grpc
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
source = https://github.com/grpc/grpc/archive/v1.64.0/grpc-1.64.0.tar.gz
source = https://github.com/grpc/grpc/archive/v1.64.2/grpc-1.64.2.tar.gz
source = https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
sha256sums = d5509e40fb24f6390deeef8a88668124f4ec77d2ebb3b1a957b235a2f08b70c0
sha256sums = c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9
sha256sums = c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
pkgname = grpc

View file

@ -7,9 +7,9 @@
pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli')
pkgver=1.64.0
pkgver=1.64.2
_gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
pkgrel=2
pkgrel=1
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
arch=('x86_64')
url='https://grpc.io'
@ -18,7 +18,7 @@ makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 'c-ares' 'openssl' 'chrp
'cmake' 'benchmark' 'abseil-cpp' 'ninja' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz"
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz")
sha256sums=('d5509e40fb24f6390deeef8a88668124f4ec77d2ebb3b1a957b235a2f08b70c0'
sha256sums=('c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9'
'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
prepare() {