From 0058391cfdbc8f515e6b371cb7e059c2ce77eea0 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 7 Jul 2025 20:22:59 +0200 Subject: [PATCH] shfmt: update to 3.12.0. --- srcpkgs/shfmt/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 961e1ef4aa4..8231bdfaca1 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,11 +1,12 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.11.0 +version=3.12.0 revision=1 build_style=go go_import_path=mvdan.cc/sh/v3 go_package="${go_import_path}/cmd/shfmt" go_ldflags="-X main.version=${version}" +make_check_args='-skip "^TestRunnerTerminal.*$"' hostmakedepends="scdoc" short_desc="Shell parser and formatter" maintainer="Daniel Lewan " @@ -13,7 +14,7 @@ license="BSD-3-Clause" homepage="https://github.com/mvdan/sh" changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" -checksum=69aebb0dd4bf5e62842c186ad38b76f6ec2e781188cd71cea33cb4e729086e94 +checksum=ac15f42feeba55af29bd07698a881deebed1cd07e937effe140d9300e79d5ceb post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1