Skip to content

Commit 5ee3394

Browse files
triallaxericonr
authored andcommitted
shfmt: update to 3.5.1.
1 parent a3303c1 commit 5ee3394

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

srcpkgs/shfmt/template

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'shfmt'
22
pkgname=shfmt
3-
version=3.4.2
3+
version=3.5.1
44
revision=1
55
wrksrc="sh-${version}"
66
build_style=go
@@ -14,10 +14,14 @@ license="BSD-3-Clause"
1414
homepage="https://github.com/mvdan/sh"
1515
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
1616
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
17-
checksum=2000656613bc4165fb1d419bedec08fcb23a625274f4505e303d18b204d8f5ee
17+
checksum=f15ca9952ef6dc4c1051550152768a99dde0d3f72269d0510f75522a492270cf
1818

1919
post_install() {
2020
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
2121
vman shfmt.1
2222
vlicense LICENSE
2323
}
24+
25+
do_check() {
26+
go test ./...
27+
}

0 commit comments

Comments
 (0)