mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/grpc to 1.65.5-1
This commit is contained in:
parent
3be5594c95
commit
3f01516016
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = grpc
|
||||
pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first.
|
||||
pkgver = 1.65.3
|
||||
pkgrel = 3
|
||||
pkgver = 1.65.5
|
||||
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.65.3/grpc-1.65.3.tar.gz
|
||||
source = https://github.com/grpc/grpc/archive/v1.65.5/grpc-1.65.5.tar.gz
|
||||
source = https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
|
||||
sha256sums = 6af9928520800691fa353603d5e810fb1d8394ae744d6ade2c15110d2d19b20b
|
||||
sha256sums = bdab9cb52e3ee703d6c09d15716bcc10a150b2e9e414182e5b375d32050dba84
|
||||
sha256sums = c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
|
||||
|
||||
pkgname = grpc
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
pkgbase='grpc'
|
||||
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli')
|
||||
pkgver=1.65.3
|
||||
pkgver=1.65.5
|
||||
_gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
|
||||
pkgrel=3
|
||||
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=('6af9928520800691fa353603d5e810fb1d8394ae744d6ade2c15110d2d19b20b'
|
||||
sha256sums=('bdab9cb52e3ee703d6c09d15716bcc10a150b2e9e414182e5b375d32050dba84'
|
||||
'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue