shfmt: update to 1.2.0.
This commit is contained in:
parent
f58f5dd7cc
commit
7f9afb0444
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shfmt'
|
# Template file for 'shfmt'
|
||||||
pkgname=shfmt
|
pkgname=shfmt
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mvdan/sh"
|
go_import_path="github.com/mvdan/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=5c4914ffc11689f17ad913b994bb0ed1bcca22e8a7ef58a9f6143dab0626d54b
|
checksum=3d2973f1adf99fcf65baae3c85697313a782dbedc2600fedb28687541a20ed43
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue