Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
configure goreleaser to generation sha512 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hailey committed Aug 12, 2019
1 parent 4d8b5f6 commit 12b8efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ builds:
checksum:
# You can change the name of the checksums file.
# Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`.
name_template: "{{ .ProjectName }}_{{ .Version }}_sha256-checksums.txt"
name_template: "{{ .ProjectName }}_{{ .Version }}_sha512-checksums.txt"
algorithm: sha512

archives:
- format: tar.gz
Expand Down

0 comments on commit 12b8efa

Please sign in to comment.