We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadb5cc commit 27ee1b5Copy full SHA for 27ee1b5
srcpkgs/shfmt/template
@@ -1,17 +1,17 @@
1
# Template file for 'shfmt'
2
pkgname=shfmt
3
-version=2.6.4
+version=3.0.0
4
revision=1
5
wrksrc="sh-${version}"
6
build_style=go
7
go_import_path=mvdan.cc/sh
8
go_package="${go_import_path}/cmd/shfmt"
9
short_desc="Shell parser and formatter"
10
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
11
license="BSD-3-Clause"
12
homepage="https://github.com/mvdan/sh"
13
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
14
-checksum=72c8e5833e61a31a4595bbd8a77bfb0a8ade9c60603638be70ea801e309d39fe
+checksum=8bfd0d4b4d532d0b6ecd77f94c91d1f6da47b26a4453ed5c7567826113424116
15
16
post_install() {
17
vlicense LICENSE
0 commit comments