Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
grpc
Commits:
209db054 by Christian Heusel at 2025-07-28T14:42:19+02:00
upgpkg: 1.74.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that
puts mobile and HTTP/2 first.
- pkgver = 1.73.1
+ pkgver = 1.74.0
pkgrel = 1
url = https://grpc.io
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = grpc
makedepends = python-wheel
makedepends = re2
makedepends = re2c
- source = https://github.com/grpc/grpc/archive/v1.73.1/grpc-1.73.1.tar.gz
+ source = https://github.com/grpc/grpc/archive/v1.74.0/grpc-1.74.0.tar.gz
source =
https://github.com/google/googletest/archive/2dd1c131950043a8ad5ab0d2dda0e0970596586a/googletest-2dd1c131950043a8ad5ab0d2dda0e0970596586a.tar.gz
source =
https://github.com/protocolbuffers/protobuf/archive/v31.1/protobuf-31.1.tar.gz
- sha256sums =
e11fd9b963c617de53d08a84f41359164b123f2e8e4180644706688fc9de43d9
+ sha256sums =
dd6a2fa311ba8441bbefd2764c55b99136ff10f7ea42954be96006a2723d33fc
sha256sums =
31bf78bd91b96dd5e24fab3bb1d7f3f7453ccbaceec9afb86d6e4816a15ab109
sha256sums =
c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc'
'php-legacy-grpc' 'grpc-cli')
-pkgver=1.73.1
+pkgver=1.74.0
_gtestver=2dd1c131950043a8ad5ab0d2dda0e0970596586a
_protover=31.1
pkgrel=1
@@ -35,7 +35,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"
"https://github.com/protocolbuffers/protobuf/archive/v$_protover/protobuf-$_protover.tar.gz")
-sha256sums=('e11fd9b963c617de53d08a84f41359164b123f2e8e4180644706688fc9de43d9'
+sha256sums=('dd6a2fa311ba8441bbefd2764c55b99136ff10f7ea42954be96006a2723d33fc'
'31bf78bd91b96dd5e24fab3bb1d7f3f7453ccbaceec9afb86d6e4816a15ab109'
'c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/209db05471f56afaaa60744eb94ba688d1547e0b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/209db05471f56afaaa60744eb94ba688d1547e0b
You're receiving this email because of your account on gitlab.archlinux.org.