shfmt: update to 3.0.0.

This commit is contained in:
Daniel Lewan 2019-12-19 20:26:03 +01:00 committed by Helmut Pozimski
parent dadb5cc922
commit 27ee1b5508

View file

@ -1,17 +1,17 @@
# Template file for 'shfmt' # Template file for 'shfmt'
pkgname=shfmt pkgname=shfmt
version=2.6.4 version=3.0.0
revision=1 revision=1
wrksrc="sh-${version}" wrksrc="sh-${version}"
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"
short_desc="Shell parser and formatter" short_desc="Shell parser and formatter"
maintainer="Orphaned <orphan@voidlinux.org>" 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"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
checksum=72c8e5833e61a31a4595bbd8a77bfb0a8ade9c60603638be70ea801e309d39fe checksum=8bfd0d4b4d532d0b6ecd77f94c91d1f6da47b26a4453ed5c7567826113424116
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE