treefmt: update to 2.0.5.
This commit is contained in:
parent
8a2cacd246
commit
c1e78d3c9e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'treefmt'
|
# Template file for 'treefmt'
|
||||||
pkgname=treefmt
|
pkgname=treefmt
|
||||||
version=2.0.4
|
version=2.0.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="git.numtide.com/numtide/treefmt"
|
go_import_path="git.numtide.com/numtide/treefmt"
|
||||||
go_ldflags="-X ${go_import_path}/build.Version=v${version}"
|
go_ldflags="-X ${go_import_path}/build.Version=v${version}"
|
||||||
|
@ -11,7 +11,7 @@ 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=474b4b1a07e871be7ea1b530c73770fa9a04d153a8d9ff36b87a65f374d83bbf
|
checksum=40ced3eec35522405208b73b3999e8975c1eec51e215321d2448d1cb8052887a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue