From 3543e68a89b06655cb42464909dcaac401cf235c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Jul 2021 11:54:44 +0300 Subject: chezmoi: bump to 2.1.2 --- community/chezmoi/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/chezmoi/build') diff --git a/community/chezmoi/build b/community/chezmoi/build index 02ccd498..48bddfea 100755 --- a/community/chezmoi/build +++ b/community/chezmoi/build @@ -3,6 +3,6 @@ export GOPATH=$PWD/gopath trap "go clean -modcache" EXIT INT go mod vendor - -CGO_ENABLED=0 go build -ldflags="-X 'main.version=$2'" +date=$(date -u +%Y-%m-%dT%H:%M:%SZ) +CGO_ENABLED=0 go build -ldflags="-X 'main.version=$2' -X 'main.commit=null' -X 'main.builtBy=cpt' -X 'main.date=$date'" install -Dm755 chezmoi "$1/usr/bin/chezmoi" -- cgit v1.2.3