chezmoi: update to 2.29.3

closes #41765
This commit is contained in:
zenobit 2023-01-21 02:18:54 +01:00 committed by classabbyamp
parent 00191af020
commit d965b3635f
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'chezmoi'
pkgname=chezmoi
version=2.29.2
version=2.29.3
revision=1
build_style=go
go_import_path="github.com/twpayne/chezmoi/v2"
@ -12,7 +12,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://chezmoi.io/"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
checksum=26455537cbc82231cb613c3ac1f49edb022a2da8f617135536b10b4f74b20c89
checksum=22ae476304215003b338bf23af73db8adeb966ad2d3e37b1c4d4aa50f6ef3e5c
pre_build() {
local _date
@ -23,7 +23,7 @@ pre_build() {
}
do_check() {
go test ./...
make test
}
post_install() {