shfmt: update to 2.5.0.
This commit is contained in:
parent
32f3387895
commit
343a108f2b
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'shfmt'
|
||||
pkgname=shfmt
|
||||
version=2.4.0
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="mvdan.cc/sh"
|
||||
go_import_path=mvdan.cc/sh
|
||||
go_package="${go_import_path}/cmd/shfmt"
|
||||
wrksrc="sh-${version}"
|
||||
short_desc="Shell parser and formatter"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/mvdan/sh"
|
||||
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
||||
checksum=b5f1253d51d98ccbb1cf1b71436f60f75fb2765306f0401b57c12acc0603c0e1
|
||||
checksum=15f19a648e8b58f7a41c8e64c1c3f0bb7c30672daf00bebc2d9f8b465edc07de
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue