shfmt: update to 2.6.0.
This commit is contained in:
parent
78986113e6
commit
447c18b283
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'shfmt'
|
||||
pkgname=shfmt
|
||||
version=2.5.1
|
||||
revision=2
|
||||
version=2.6.0
|
||||
revision=1
|
||||
wrksrc="sh-${version}"
|
||||
build_style=go
|
||||
go_import_path=mvdan.cc/sh
|
||||
go_package="${go_import_path}/cmd/shfmt"
|
||||
wrksrc="sh-${version}"
|
||||
short_desc="Shell parser and formatter"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/mvdan/sh"
|
||||
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
||||
checksum=e0886ee00514dd15b86d64df069ccf2b2b8defbf8c6692204d51a14a7a01b3c9
|
||||
checksum=d1a8e3b6a0c13fa7f91c41d6167611513cccd0acf130f659e6865597ef5f18b1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue