shfmt: update to 2.3.0.

This commit is contained in:
Michael Gehring 2018-03-07 22:17:20 +01:00
parent a656e3a2e7
commit 7a2bfa2ccf

View file

@ -1,7 +1,7 @@
# Template file for 'shfmt' # Template file for 'shfmt'
pkgname=shfmt pkgname=shfmt
version=2.2.1 version=2.3.0
revision=3 revision=1
build_style=go build_style=go
go_import_path="mvdan.cc/sh" go_import_path="mvdan.cc/sh"
go_package="${go_import_path}/cmd/shfmt" go_package="${go_import_path}/cmd/shfmt"
@ -11,7 +11,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
license="BSD" license="BSD"
homepage="https://github.com/mvdan/sh" homepage="https://github.com/mvdan/sh"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
checksum=b327873c13a3d27b5b8ca132997c55da03851b5872cc187aa1d7a10c3886312c checksum=7fac5b1d054f39f68440b19752321a59f41085b767311bd978cdcb107730ff8e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE