summaryrefslogtreecommitdiff
path: root/testing/buf
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2023-08-11 00:45:23 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2023-08-14 13:19:13 +0000
commit5a861178394b465197bd994d3a810ff5476f595c (patch)
tree7d4a67946f94a7accd84957b93499c8c0abe685a /testing/buf
parentd4fbe39a5fc943b3f32f242722173f27ca5877b7 (diff)
downloadaports-5a861178394b465197bd994d3a810ff5476f595c.zip
testing/buf: upgrade to 1.26.1
Diffstat (limited to 'testing/buf')
-rw-r--r--testing/buf/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/buf/APKBUILD b/testing/buf/APKBUILD
index dfa61994c6c..0df7bb8d5ac 100644
--- a/testing/buf/APKBUILD
+++ b/testing/buf/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=buf
-pkgver=1.19.0
-pkgrel=3
+pkgver=1.26.1
+pkgrel=0
pkgdesc="CLI to work with Protocol Buffers"
url="https://buf.build/"
# 32bit: fail tests with int overflow
@@ -35,6 +35,7 @@ check() {
# /private/pkg/git: try to clone a remote repo
# /private/bufpkg/bufimage/bufimagebuild: TestCompareGoogleapis test fails
# /private/buf/cmd/buf/command/{generate,alpha/protoc}: fails with a lot of unused proto import warnings
+ # shellcheck disable=2046
go test $(go list ./... | grep -v \
-e '/private/pkg/git$' \
-e '/private/bufpkg/bufimage/bufimagebuild$' \
@@ -64,5 +65,5 @@ _protoc() {
}
sha512sums="
-51e96e8dd46277231aa39540e1cba0352f2e61f36fe63ea320b5519e082063eaccc146d572e5c7fb8ae80a3fff0c803cebc36f193e3867598198499b9f05e093 buf-1.19.0.tar.gz
+8d0f3c0a0d0821cb9d3d279e187add692854121bab531f7daae2c205d00ab7cc091530498dad3f8207c4ad1dc2a483f19a3f0bb86c969b841fd2817c7ea51373 buf-1.26.1.tar.gz
"