1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: upgrade homepage on fpm et al

This commit is contained in:
Carlos Alexandro Becker 2018-02-12 18:50:22 -02:00
parent 8eedabfd67
commit ffba3d6aa4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -43,7 +43,7 @@ brew:
owner: goreleaser
name: homebrew-tap
folder: Formula
homepage: http://goreleaser.github.io
homepage: https://goreleaser.com
description: Deliver Go binaries as fast and easily as possible
test: |
system "#{bin}/goreleaser -v"
@ -51,12 +51,12 @@ scoop:
bucket:
owner: goreleaser
name: scoop-bucket
homepage: http://goreleaser.github.io
homepage: https://goreleaser.com
description: Deliver Go binaries as fast and easily as possible
license: MIT
fpm:
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: http://goreleaser.github.io
homepage: https://goreleaser.com
description: Deliver Go binaries as fast and easily as possible
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
license: MIT