Skip to content

Commit

Permalink
Updated goreleaser config to fix deprecated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed Jun 15, 2019
1 parent 04997e5 commit d1e76c3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ builds:
- darwin
goarch:
- amd64
archive:
replacements:
darwin: Darwin
amd64: x86_64
archives:
- id: darwin
replacements:
darwin: Darwin
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -23,9 +24,10 @@ changelog:
before:
hooks:
- go mod download
brew:
github:
owner: adedayo
name: homebrew-tap
homepage: "https://github.com/adedayo/tlsaudit"
description: "tlsaudit is a utility for auditing TLS (including SSL and STARTTLS) security settings. You can use it to enumerate protocols, ciphers and curves supported by an open TCP port."
brews:
-
github:
owner: adedayo
name: homebrew-tap
homepage: "https://github.com/adedayo/tlsaudit"
description: "tlsaudit is a utility for auditing TLS (including SSL and STARTTLS) security settings. You can use it to enumerate protocols, ciphers and curves supported by an open TCP port."

0 comments on commit d1e76c3

Please sign in to comment.