mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
shfmt: update to 3.8.0.
This commit is contained in:
parent
1a3c4c15ae
commit
0f67dcf319
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shfmt'
|
# Template file for 'shfmt'
|
||||||
pkgname=shfmt
|
pkgname=shfmt
|
||||||
version=3.7.0
|
version=3.8.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"
|
||||||
|
@ -13,7 +13,7 @@ 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=89eafc8790df93305dfa42233e262fb25e1c96726a3db420a7555abadf3111ed
|
checksum=d8f28156a6ebfd36b68f5682b34ec7824bf61c3f3a38be64ad22e2fc2620bf44
|
||||||
|
|
||||||
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