mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Bump to 2.27.5
This commit is contained in:
parent
23ef252185
commit
b17be59165
2 changed files with 9 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,28 +1,28 @@
|
|||
pkgbase = grpc-gateway
|
||||
pkgdesc = gRPC to JSON proxy generator following the gRPC HTTP spec
|
||||
pkgver = 2.27.4
|
||||
pkgver = 2.27.5
|
||||
pkgrel = 1
|
||||
url = https://grpc-ecosystem.github.io/grpc-gateway/
|
||||
arch = aarch64
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause
|
||||
makedepends = go
|
||||
source = grpc-gateway-2.27.4.tar.gz::https://github.com/grpc-ecosystem/grpc-gateway/archive/refs/tags/v2.27.4.tar.gz
|
||||
sha256sums = 027772ae8cd5064dcc0cc1feec68e9a89a97409a2c3df798148b03c7dba3f7a9
|
||||
source = https://github.com/grpc-ecosystem/grpc-gateway/archive/refs/tags/v2.27.5/grpc-gateway-2.27.5.tar.gz
|
||||
sha256sums = 7f6ba2757d5e1cedfa9e5e666fa8086bc4319e6aeebedceb16733e93e86b305b
|
||||
|
||||
pkgname = grpc-gateway-common
|
||||
pkgdesc = gRPC to JSON proxy generator following the gRPC HTTP spec (common files)
|
||||
arch = any
|
||||
|
||||
pkgname = protoc-gen-grpc-gateway
|
||||
depends = grpc-gateway-common>=2.27.4
|
||||
depends = grpc-gateway-common>=2.27.5
|
||||
depends = glibc
|
||||
depends = protobuf
|
||||
depends = protoc-gen-go
|
||||
depends = protoc-gen-go-grpc
|
||||
|
||||
pkgname = protoc-gen-openapiv2
|
||||
depends = grpc-gateway-common>=2.27.4
|
||||
depends = grpc-gateway-common>=2.27.5
|
||||
depends = glibc
|
||||
depends = protobuf
|
||||
depends = protoc-gen-go
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -9,7 +9,7 @@ pkgname=(
|
|||
"${pkgbase}-common"
|
||||
"${_binname[@]}"
|
||||
)
|
||||
pkgver=2.27.4
|
||||
pkgver=2.27.5
|
||||
pkgrel=1
|
||||
pkgdesc="gRPC to JSON proxy generator following the gRPC HTTP spec"
|
||||
arch=(
|
||||
|
|
@ -26,17 +26,16 @@ makedepends=(
|
|||
)
|
||||
_pkgsrc="${pkgbase}-${pkgver}"
|
||||
source=(
|
||||
"${_pkgsrc}.tar.gz::${_url}/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
"${_url}/archive/refs/tags/v${pkgver}/${_pkgsrc}.tar.gz"
|
||||
)
|
||||
sha256sums=('027772ae8cd5064dcc0cc1feec68e9a89a97409a2c3df798148b03c7dba3f7a9')
|
||||
sha256sums=('7f6ba2757d5e1cedfa9e5e666fa8086bc4319e6aeebedceb16733e93e86b305b')
|
||||
|
||||
prepare() {
|
||||
export GOMODCACHE="${srcdir}/go-mod-cache"
|
||||
|
||||
cd "${srcdir}/${_pkgsrc}"
|
||||
go mod download -x
|
||||
go mod download -modcacherw -x
|
||||
go mod verify
|
||||
chmod -R ug+Xwr "${GOMODCACHE}"
|
||||
|
||||
mkdir -p "build"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue