Change checksum file name to SHA256SUMS so it can be used with rget

See:
https://github.com/merklecounty/rget/blob/master/Documentation/integrations.md
6c02b98031/.goreleaser.yml (L30)

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-08-15 09:07:20 -06:00
parent e230e7fde9
commit a44e3f037c

View File

@@ -54,5 +54,5 @@ archives:
- LICENSE
checksum:
name_template: '{{.ProjectName}}-{{.Tag}}-checksums.txt'
name_template: 'SHA256SUMS'
algorithm: sha256