mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/grpc to 1.65.1-1
This commit is contained in:
parent
ed3039196b
commit
bc6a927c4a
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.64.2
|
||||
pkgrel = 2
|
||||
pkgver = 1.65.1
|
||||
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.2/grpc-1.64.2.tar.gz
|
||||
source = https://github.com/grpc/grpc/archive/v1.65.1/grpc-1.65.1.tar.gz
|
||||
source = https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
|
||||
sha256sums = c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9
|
||||
sha256sums = b40840208c904d1364c1942d966474a2fdf1481f9708547d2d4c58812b8d9603
|
||||
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.64.2
|
||||
pkgver=1.65.1
|
||||
_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=('c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9'
|
||||
sha256sums=('b40840208c904d1364c1942d966474a2fdf1481f9708547d2d4c58812b8d9603'
|
||||
'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue