shfmt: update to 3.4.0.
This commit is contained in:
parent
0a22c93deb
commit
0460e8311d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'shfmt'
|
# Template file for 'shfmt'
|
||||||
pkgname=shfmt
|
pkgname=shfmt
|
||||||
version=3.3.1
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="sh-${version}"
|
wrksrc="sh-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Shell parser and formatter"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
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"
|
||||||
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
||||||
checksum=c3acf5503e42f481ff3ec133007f85438a2df378981446456937a56dde758a52
|
checksum=0eb593457df63c5a98597f6235b1ff558fadd18aed54653604731906790a9c90
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
||||||
|
|
Loading…
Reference in a new issue