aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-16 11:54:44 +0300
committerCem Keylan <cem@ckyln.com>2021-07-16 11:54:44 +0300
commit3543e68a89b06655cb42464909dcaac401cf235c (patch)
tree5f1533252990d37ae980deb6c8ebb0de2fba7282 /community
parent4ef15296443ce527bd3c41a6fa3a399b5f96d433 (diff)
downloadrepository-3543e68a89b06655cb42464909dcaac401cf235c.tar.gz
chezmoi: bump to 2.1.2
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/chezmoi/build4
-rw-r--r--community/chezmoi/checksums2
-rw-r--r--community/chezmoi/sources2
-rw-r--r--community/chezmoi/version2
4 files changed, 5 insertions, 5 deletions
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