Skip to content

Commit

Permalink
Add Homebrew tap to GoReleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Mar 2, 2022
1 parent 6aa93b7 commit 7afc23b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Expand Up @@ -28,6 +28,20 @@ archives:
- goos: windows
format: zip

brews:
- tap:
owner: hettysoft
name: homebrew-tap
folder: Formula
homepage: https://hetty.xyz
description: An HTTP toolkit for security research.
license: MIT
commit_author:
name: David Stotijn
email: dstotijn@gmail.com
test: |
system "#{bin}/hetty -v"
checksum:
name_template: "checksums.txt"

Expand Down

0 comments on commit 7afc23b

Please sign in to comment.