chezmoi: update to 2.15.1.

This commit is contained in:
classabbyamp 2022-04-10 14:49:44 -04:00 committed by Echo
parent c990d33d47
commit d74c11a8b3

View file

@ -1,6 +1,6 @@
# Template file for 'chezmoi' # Template file for 'chezmoi'
pkgname=chezmoi pkgname=chezmoi
version=2.15.0 version=2.15.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/twpayne/chezmoi/v2" go_import_path="github.com/twpayne/chezmoi/v2"
@ -12,7 +12,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
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=d33a5df53bde7b94962c39788e44af41e52a7836bc6d43168c9b324da966996e checksum=0100dcf8b70774595f56859e5d1b635319ba584ad7b280946352be328f36d679
export CGO_ENABLED=1 export CGO_ENABLED=1