chezmoi: update to 2.62.5.

This commit is contained in:
classabbyamp 2025-06-06 12:51:35 -04:00
parent 42f44e5508
commit 2bdca9be23
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,9 +1,9 @@
# Template file for 'chezmoi' # Template file for 'chezmoi'
pkgname=chezmoi pkgname=chezmoi
version=2.62.4 version=2.62.5
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"
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"
checkdepends="tar git" checkdepends="tar git"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://chezmoi.io/" homepage="https://chezmoi.io/"
changelog="https://github.com/twpayne/chezmoi/releases" changelog="https://github.com/twpayne/chezmoi/releases"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz" distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
checksum=ad2778fcfb9c3a6ad11c03ed20713f474c4c7830dbb1cc0641c36a1a9bb57ff6 checksum=7c61756eb0de7a4f319e9ac86788fcc04b8863518477c1541454974c08742755
pre_build() { pre_build() {
local _date local _date