From: fsLeg Date: Sat, 30 Aug 2025 15:27:52 +0000 (+0300) Subject: buf: updated to version 1.57.0 X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=37ab72b023f89602e9b8e15a071e90b0a94d4b43;p=slackbuilds.git buf: updated to version 1.57.0 --- diff --git a/buf/buf.SlackBuild b/buf/buf.SlackBuild index e316ae8..b16acba 100644 --- a/buf/buf.SlackBuild +++ b/buf/buf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buf -VERSION=${VERSION:-1.54.0} +VERSION=${VERSION:-1.57.0} BUILD=${BUILD:-1} TAG=${TAG:-fsleg} PKGTYPE=${PKGTYPE:-txz} @@ -71,7 +71,7 @@ tar xf $CWD/$PRGNAM-$VERSION-vendored-sources.tar.xz chown -R root:root . # Don't fetch another copy of a toolchain -patch -p1 < $CWD/disable-toolchain-fetching.patch +sed -i '/^toolchain/d' go.mod mkdir build CGO_CPPFLAGS="${SLKCFLAGS}" \ diff --git a/buf/buf.info b/buf/buf.info index a0567aa..938a5ca 100644 --- a/buf/buf.info +++ b/buf/buf.info @@ -1,10 +1,10 @@ PRGNAM="buf" -VERSION="1.54.0" +VERSION="1.57.0" HOMEPAGE="https://buf.build/" -DOWNLOAD="https://github.com/bufbuild/buf/archive/v1.54.0/buf-1.54.0.tar.gz \ - https://sbo.t-rg.ws/buf-1.54.0-vendored-sources.tar.xz" -MD5SUM="2869866e74036e973a60cd782f4fd178 \ - 3e95d5a2bd6da0856d25b371f7a53bcf" +DOWNLOAD="https://github.com/bufbuild/buf/archive/v1.57.0/buf-1.57.0.tar.gz \ + https://sbo.t-rg.ws/buf-1.57.0-vendored-sources.tar.xz" +MD5SUM="d857e583581060934dc6be6f218ae257 \ + eb2f50a05ce7db8e68e4b6e901b5cc42" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" diff --git a/buf/disable-toolchain-fetching.patch b/buf/disable-toolchain-fetching.patch deleted file mode 100644 index 7149d6d..0000000 --- a/buf/disable-toolchain-fetching.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/go.mod 2025-06-14 19:28:47.062143139 +0300 -+++ b/go.mod 2025-06-14 19:31:05.771593795 +0300 -@@ -2,8 +2,6 @@ - - go 1.23.0 - --toolchain go1.24.3 -- - require ( - buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.6-20250121211742-6d880cc6cc8d.1 - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250425153114-8976f5be98c1.1