chezmoi: update to 2.0.10.
This commit is contained in:
parent
2ac9102fe7
commit
d846b04afd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'chezmoi'
|
# Template file for 'chezmoi'
|
||||||
pkgname=chezmoi
|
pkgname=chezmoi
|
||||||
version=2.0.9
|
version=2.0.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/twpayne/chezmoi"
|
go_import_path="github.com/twpayne/chezmoi/v2"
|
||||||
go_build_tags="noembeddocs noupgrade"
|
go_build_tags="noembeddocs noupgrade"
|
||||||
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps
|
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps
|
||||||
-X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
|
-X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Abigail G <dev@kb6.ee>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://chezmoi.io/"
|
homepage="https://chezmoi.io/"
|
||||||
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
||||||
checksum=74f8510c850511cfe327adadb9796c76851349d83b2df8d3ca4a29b1ed3bc41c
|
checksum=2baff338f656b209502329327764d3f8dd5808f53303a13f3be6d48d076df9a3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue