We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3303c1 commit 5ee3394Copy full SHA for 5ee3394
srcpkgs/shfmt/template
@@ -1,6 +1,6 @@
1
# Template file for 'shfmt'
2
pkgname=shfmt
3
-version=3.4.2
+version=3.5.1
4
revision=1
5
wrksrc="sh-${version}"
6
build_style=go
@@ -14,10 +14,14 @@ license="BSD-3-Clause"
14
homepage="https://github.com/mvdan/sh"
15
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
16
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
17
-checksum=2000656613bc4165fb1d419bedec08fcb23a625274f4505e303d18b204d8f5ee
+checksum=f15ca9952ef6dc4c1051550152768a99dde0d3f72269d0510f75522a492270cf
18
19
post_install() {
20
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
21
vman shfmt.1
22
vlicense LICENSE
23
}
24
+
25
+do_check() {
26
+ go test ./...
27
+}
0 commit comments