Skip to content

Commit

Permalink
build: bump to chezmoi v2.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Oct 16, 2023
1 parent e2536a8 commit 828959d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cosa_fver=$(curl -L https://raw.githubusercontent.com/coreos/coreos-assembler/ma
grep -v '^#' deps.txt | xargs dnf install -y

# chezmoi
(curl -Lo chezmoi https://github.com/twpayne/chezmoi/releases/download/v2.39.1/chezmoi-linux-amd64
(curl -Lo chezmoi https://github.com/twpayne/chezmoi/releases/download/v2.40.3/chezmoi-linux-amd64
digest=$(sha256sum chezmoi | cut -f1 -d' ')
[ "${digest}" = 8589264358009398bab4a84ff8b8d4a3c4df59c68ff705df3531582d7dfda33f ]
[ "${digest}" = 473084408d69aecf1a899fc646e7e1bb1a04ceca558cb361f868b8f1d7addee8 ]
chmod a+x chezmoi && mv chezmoi /usr/bin/
)

Expand Down

0 comments on commit 828959d

Please sign in to comment.