shfmt: update to 3.5.1.

This commit is contained in:
mhmdanas 2022-04-10 20:28:28 +03:00 committed by Érico Nogueira Rolim
parent a3303c1a54
commit 5ee3394ddb

View file

@ -1,6 +1,6 @@
# Template file for 'shfmt' # Template file for 'shfmt'
pkgname=shfmt pkgname=shfmt
version=3.4.2 version=3.5.1
revision=1 revision=1
wrksrc="sh-${version}" wrksrc="sh-${version}"
build_style=go build_style=go
@ -14,10 +14,14 @@ license="BSD-3-Clause"
homepage="https://github.com/mvdan/sh" homepage="https://github.com/mvdan/sh"
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
checksum=2000656613bc4165fb1d419bedec08fcb23a625274f4505e303d18b204d8f5ee checksum=f15ca9952ef6dc4c1051550152768a99dde0d3f72269d0510f75522a492270cf
post_install() { post_install() {
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1 scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
vman shfmt.1 vman shfmt.1
vlicense LICENSE vlicense LICENSE
} }
do_check() {
go test ./...
}