mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
treefmt: update to 2.1.1.
This commit is contained in:
parent
c7bbf18fcf
commit
a19d6633c9
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'treefmt'
|
# Template file for 'treefmt'
|
||||||
pkgname=treefmt
|
pkgname=treefmt
|
||||||
version=2.0.5
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="git.numtide.com/numtide/treefmt"
|
go_import_path="github.com/numtide/treefmt/v2"
|
||||||
go_ldflags="-X ${go_import_path}/build.Version=v${version}"
|
go_ldflags="-X ${go_import_path}/build.Version=v${version}"
|
||||||
short_desc="Meta formatter to trigger all formatters needed for a project"
|
short_desc="Meta formatter to trigger all formatters needed for a project"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -11,7 +11,8 @@ license="MIT"
|
||||||
homepage="https://treefmt.com"
|
homepage="https://treefmt.com"
|
||||||
changelog="https://github.com/numtide/treefmt/releases"
|
changelog="https://github.com/numtide/treefmt/releases"
|
||||||
distfiles="https://github.com/numtide/treefmt/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/numtide/treefmt/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=40ced3eec35522405208b73b3999e8975c1eec51e215321d2448d1cb8052887a
|
checksum=4cd20c3cf763bbf4054b9241e6d59de4d59bb4705a758a666d1661685294f2e7
|
||||||
|
make_check=no # too many external deps
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue