From 50de5c07b2bf023af2e522a9052dc696c48455a5 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Oct 2022 11:34:40 -0400 Subject: [PATCH] chezmoi: update to 2.25.0. --- srcpkgs/chezmoi/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template index 79189d3580f..e44d3b08dcc 100644 --- a/srcpkgs/chezmoi/template +++ b/srcpkgs/chezmoi/template @@ -1,6 +1,6 @@ # Template file for 'chezmoi' pkgname=chezmoi -version=2.24.0 +version=2.25.0 revision=1 build_style=go go_import_path="github.com/twpayne/chezmoi/v2" @@ -11,7 +11,7 @@ maintainer="classabbyamp " license="MIT" homepage="https://chezmoi.io/" distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz" -checksum=46f84d714524aa6f045e42310de887fb35e8b4f8d22a3857d1ff538f56ca235b +checksum=045ef3fa4a3a53cdf5a9ff2bda34db95724c91a3f2df90dd752e8082f0cae00e pre_build() { local _date @@ -23,8 +23,7 @@ pre_build() { post_install() { vlicense LICENSE - - vcompletion completions/chezmoi-completion.bash bash chezmoi - vcompletion completions/chezmoi.fish fish chezmoi - vcompletion completions/chezmoi.zsh zsh chezmoi + vcompletion completions/chezmoi-completion.bash bash + vcompletion completions/chezmoi.fish fish + vcompletion completions/chezmoi.zsh zsh }