mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
chezmoi: update to 2.25.0.
This commit is contained in:
parent
dcebebb918
commit
50de5c07b2
1 changed files with 5 additions and 6 deletions
|
@ -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 <void@placeviolette.net>"
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue