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 ++-- community/chezmoi/checksums | 2 +- community/chezmoi/sources | 2 +- community/chezmoi/version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'community') 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" diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index 342e963c..5957d4a1 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1 +1 @@ -e91319baddd966f893737595488f5cba071f8371c1ae445de6638b65cd533a97 v2.1.1.tar.gz +0d17795a499bef2d113953725927305a5fdfccfa1681e1c29bc44a25cee458a3 v2.1.2.tar.gz diff --git a/community/chezmoi/sources b/community/chezmoi/sources index 3bd1037a..db2a90a7 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1 @@ -https://github.com/twpayne/chezmoi/archive/v2.1.1.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.1.2.tar.gz diff --git a/community/chezmoi/version b/community/chezmoi/version index 05565a80..174fb505 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -2.1.1 1 +2.1.2 1 -- cgit v1.2.3