diff options
Diffstat (limited to 'community/chezmoi')
-rwxr-xr-x | community/chezmoi/build | 5 | ||||
-rw-r--r-- | community/chezmoi/checksums | 3 | ||||
-rw-r--r-- | community/chezmoi/sources | 3 | ||||
-rw-r--r-- | community/chezmoi/version | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/community/chezmoi/build b/community/chezmoi/build index 3e41b9ce..b395342c 100755 --- a/community/chezmoi/build +++ b/community/chezmoi/build @@ -1,8 +1,5 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath -trap "go clean -modcache" EXIT INT -go mod vendor 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'" +CGO_ENABLED=0 go build -v -mod=vendor -ldflags="-X 'main.version=$2' -X 'main.commit=null' -X 'main.builtBy=cpt' -X 'main.date=$date'" clinst -Dm755 chezmoi "$1/usr/bin/chezmoi" diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index 44efdb0c..423df8b5 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1,2 +1,3 @@ %BLAKE3 -6637cf2dc5c3e1cf9a997f492811eea6a9752b4cb30e697944ca20d61bbeb045 v2.5.0.tar.gz +eebe88cbf2cf1c46ed1886276491b513310f877b4f79c797f22a6ee9cefd83f0 v2.48.2.tar.gz +361cfbc5b3acdab96bf9af7ea914c5c12cf6546dcbb5a03967a065524bf60bfd chezmoi-2.48.2-mod-vendor.tar.xz diff --git a/community/chezmoi/sources b/community/chezmoi/sources index 7803bec0..33df37d6 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1,2 @@ -https://github.com/twpayne/chezmoi/archive/v2.5.0.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.48.2.tar.gz +https://dl.carbslinux.org/gomods/chezmoi-2.48.2-mod-vendor.tar.xz diff --git a/community/chezmoi/version b/community/chezmoi/version index bc7f0700..91d153d9 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -2.5.0 1 +2.48.2 1 |