mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
shfmt: update to 3.10.0.
This commit is contained in:
parent
9a3b0359fd
commit
9ecb17e917
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'shfmt'
|
# Template file for 'shfmt'
|
||||||
pkgname=shfmt
|
pkgname=shfmt
|
||||||
version=3.9.0
|
version=3.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=mvdan.cc/sh/v3
|
go_import_path=mvdan.cc/sh/v3
|
||||||
go_package="${go_import_path}/cmd/shfmt"
|
go_package="${go_import_path}/cmd/shfmt"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
hostmakedepends="scdoc"
|
hostmakedepends="scdoc"
|
||||||
short_desc="Shell parser and formatter"
|
short_desc="Shell parser and formatter"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mvdan/sh"
|
homepage="https://github.com/mvdan/sh"
|
||||||
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
||||||
checksum=d8bd0b83cd41bb65420395d6efb7d2c4bfcd535fbf3d702325d150e5ee2d1809
|
checksum=4cad722b7a569a05c86ec489b1d5980843ae60ca8db15aa71174c7810378a8ec
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue