Skip to content

Commit 0058391

Browse files
TeddyDDDuncaen
authored andcommitted
shfmt: update to 3.12.0.
1 parent ecbbc16 commit 0058391

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

srcpkgs/shfmt/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Template file for 'shfmt'
22
pkgname=shfmt
3-
version=3.11.0
3+
version=3.12.0
44
revision=1
55
build_style=go
66
go_import_path=mvdan.cc/sh/v3
77
go_package="${go_import_path}/cmd/shfmt"
88
go_ldflags="-X main.version=${version}"
9+
make_check_args='-skip "^TestRunnerTerminal.*$"'
910
hostmakedepends="scdoc"
1011
short_desc="Shell parser and formatter"
1112
maintainer="Daniel Lewan <daniel@teddydd.me>"
1213
license="BSD-3-Clause"
1314
homepage="https://github.com/mvdan/sh"
1415
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
1516
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
16-
checksum=69aebb0dd4bf5e62842c186ad38b76f6ec2e781188cd71cea33cb4e729086e94
17+
checksum=ac15f42feeba55af29bd07698a881deebed1cd07e937effe140d9300e79d5ceb
1718

1819
post_install() {
1920
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1

0 commit comments

Comments
 (0)