shfmt: update to 2.0.0.

This commit is contained in:
Michael Gehring 2017-08-30 21:10:04 +02:00
parent e7f3ea8379
commit 3967c48c0f

View file

@ -1,9 +1,9 @@
# Template file for 'shfmt' # Template file for 'shfmt'
pkgname=shfmt pkgname=shfmt
version=1.3.1 version=2.0.0
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/mvdan/sh" go_import_path="mvdan.cc/sh"
go_package="${go_import_path}/cmd/shfmt" go_package="${go_import_path}/cmd/shfmt"
wrksrc="sh-${version}" wrksrc="sh-${version}"
short_desc="Shell parser and formatter" short_desc="Shell parser and formatter"
@ -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=322768c53a2e83f84b69e9f85dd9865d60d3001244c4a6b6a15ff779c6bd8b4a checksum=60b643135df5dc44721933ff6eb0863b5760db0b6da3a02c5659e58d01393f25
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE