lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 7d00c12339a6c8fd8f5a2ef2e2949bfc0fa68672
parent 50ad70e4075d500870ba9b6da18f22f57940584b
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 29 Jul 2023 10:59:52 -0400

replacements removed

Diffstat:
M.goreleaser.yml | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml @@ -20,8 +20,5 @@ builds: archives: - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" format: tar.gz - replacements: - amd64: x86_64 - darwin: macos checksum: name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"