Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / grpc
Commits: d7c10b74 by Christian Heusel at 2025-03-10T08:50:02+01:00 upgpkg: 1.71.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = grpc pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first. - pkgver = 1.70.1 - pkgrel = 2 + pkgver = 1.71.0 + pkgrel = 1 url = https://grpc.io arch = x86_64 license = Apache-2.0 @@ -22,9 +22,9 @@ pkgbase = grpc makedepends = python-wheel makedepends = re2 makedepends = re2c - source = https://github.com/grpc/grpc/archive/v1.70.1/grpc-1.70.1.tar.gz + source = https://github.com/grpc/grpc/archive/v1.71.0/grpc-1.71.0.tar.gz source = https://github.com/google/googletest/archive/2dd1c131950043a8ad5ab0d2dda0e0970596586a/googletest-2dd1c131950043a8ad5ab0d2dda0e0970596586a.tar.gz - sha256sums = c4e85806a3a23fd2a78a9f8505771ff60b2beef38305167d50f5e8151728e426 + sha256sums = 0d631419e54ec5b29def798623ee3bf5520dac77abeab3284ef7027ec2363f91 sha256sums = 31bf78bd91b96dd5e24fab3bb1d7f3f7453ccbaceec9afb86d6e4816a15ab109 pkgname = grpc ===================================== PKGBUILD ===================================== @@ -5,9 +5,9 @@ pkgbase='grpc' pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli') -pkgver=1.70.1 +pkgver=1.71.0 _gtestver=2dd1c131950043a8ad5ab0d2dda0e0970596586a -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' @@ -33,7 +33,7 @@ makedepends=( ) 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=('c4e85806a3a23fd2a78a9f8505771ff60b2beef38305167d50f5e8151728e426' +sha256sums=('0d631419e54ec5b29def798623ee3bf5520dac77abeab3284ef7027ec2363f91' '31bf78bd91b96dd5e24fab3bb1d7f3f7453ccbaceec9afb86d6e4816a15ab109') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/d7c10b74f756450d6f73ae6896429f5b4a9f8da4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/d7c10b74f756450d6f73ae6896429f5b4a9f8da4 You're receiving this email because of your account on gitlab.archlinux.org.