extra/grpc to 1.65.3-1

This commit is contained in:
Kevin Mihelich 2024-08-02 10:26:36 +00:00
parent b6b1c6eed9
commit eaaeed180d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first.
pkgver = 1.65.2
pkgver = 1.65.3
pkgrel = 1
url = https://grpc.io
arch = x86_64
@ -22,9 +22,9 @@ pkgbase = grpc
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
source = https://github.com/grpc/grpc/archive/v1.65.2/grpc-1.65.2.tar.gz
source = https://github.com/grpc/grpc/archive/v1.65.3/grpc-1.65.3.tar.gz
source = https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
sha256sums = 0ff2e0a6abf195cf23b4ce808570bcbb2ff4b5bee453af0b45afd496e661f2c0
sha256sums = 6af9928520800691fa353603d5e810fb1d8394ae744d6ade2c15110d2d19b20b
sha256sums = c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
pkgname = grpc

View file

@ -7,7 +7,7 @@
pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli')
pkgver=1.65.2
pkgver=1.65.3
_gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
pkgrel=1
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
@ -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=('0ff2e0a6abf195cf23b4ce808570bcbb2ff4b5bee453af0b45afd496e661f2c0'
sha256sums=('6af9928520800691fa353603d5e810fb1d8394ae744d6ade2c15110d2d19b20b'
'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
prepare() {